2024-02-19T21:50:48.650 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-19T21:50:48.650 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800 --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800/orig.config.yaml 2024-02-19T21:50:48.684 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T21:50:48.764 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800 branch: pacific-release description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7566800' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-19_19:25:49-rados-pacific-release-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: pacific-release 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: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: pacific-release sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 264 sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: pacific-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 targets: smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXCb7iOc+eNNkyQUhcX22WJweN8gAs8+vqeMxZFKfwADQlY2d527NnU2EXYAmYWr1VsLYfeYw77En6S1TEh944= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNvChpSAhBgSFiefJFnOuBYKE79p1U/dXH34rKvI9FDM4Hd2u1CrBLtbbXvwGsCmXJ/2HUWCLMJliIuvQ1Z67yc= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-19_19:25:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-19T21:50:48.764 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa; will attempt to use it 2024-02-19T21:50:48.765 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks 2024-02-19T21:50:48.765 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-19T21:50:48.766 INFO:teuthology.task.internal:Checking packages... 2024-02-19T21:50:48.793 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '81bd20d634209c7cb82c18be12b4b5a05643ebf1' 2024-02-19T21:50:48.793 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-19T21:50:48.793 INFO:teuthology.packaging:ref: None 2024-02-19T21:50:48.793 INFO:teuthology.packaging:tag: None 2024-02-19T21:50:48.793 INFO:teuthology.packaging:branch: pacific-release 2024-02-19T21:50:48.793 INFO:teuthology.packaging:sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 2024-02-19T21:50:48.793 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific-release 2024-02-19T21:50:48.966 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-548.g81bd20d6 2024-02-19T21:50:48.968 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-19T21:50:48.974 INFO:teuthology.task.internal:no buildpackages task found 2024-02-19T21:50:48.974 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-19T21:50:48.980 INFO:teuthology.task.internal:Saving configuration 2024-02-19T21:50:48.993 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-19T21:50:49.001 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T21:50:49.027 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 21:46:03.635514', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXCb7iOc+eNNkyQUhcX22WJweN8gAs8+vqeMxZFKfwADQlY2d527NnU2EXYAmYWr1VsLYfeYw77En6S1TEh944='} 2024-02-19T21:50:49.050 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 21:46:03.636947', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNvChpSAhBgSFiefJFnOuBYKE79p1U/dXH34rKvI9FDM4Hd2u1CrBLtbbXvwGsCmXJ/2HUWCLMJliIuvQ1Z67yc='} 2024-02-19T21:50:49.051 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-19T21:50:49.056 INFO:teuthology.task.internal:roles: ubuntu@smithi019.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-19T21:50:49.056 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-19T21:50:49.056 INFO:teuthology.run_tasks:Running task console_log... 2024-02-19T21:50:49.129 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9a68b1e0d0>, signals=[15]) 2024-02-19T21:50:49.130 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-19T21:50:49.136 INFO:teuthology.task.internal:Opening connections... 2024-02-19T21:50:49.136 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2024-02-19T21:50:49.138 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T21:50:49.212 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2024-02-19T21:50:49.213 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T21:50:49.284 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-19T21:50:49.291 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2024-02-19T21:50:49.314 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2024-02-19T21:50:49.314 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2024-02-19T21:50:49.376 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="CentOS Stream" 2024-02-19T21:50:49.376 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="8" 2024-02-19T21:50:49.376 INFO:teuthology.orchestra.run.smithi019.stdout:ID="centos" 2024-02-19T21:50:49.376 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE="rhel fedora" 2024-02-19T21:50:49.376 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="8" 2024-02-19T21:50:49.376 INFO:teuthology.orchestra.run.smithi019.stdout:PLATFORM_ID="platform:el8" 2024-02-19T21:50:49.377 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-19T21:50:49.377 INFO:teuthology.orchestra.run.smithi019.stdout:ANSI_COLOR="0;31" 2024-02-19T21:50:49.377 INFO:teuthology.orchestra.run.smithi019.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-19T21:50:49.377 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://centos.org/" 2024-02-19T21:50:49.377 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T21:50:49.377 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T21:50:49.377 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-19T21:50:49.377 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2024-02-19T21:50:49.400 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2024-02-19T21:50:49.423 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2024-02-19T21:50:49.424 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2024-02-19T21:50:49.486 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="CentOS Stream" 2024-02-19T21:50:49.486 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="8" 2024-02-19T21:50:49.486 INFO:teuthology.orchestra.run.smithi188.stdout:ID="centos" 2024-02-19T21:50:49.486 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE="rhel fedora" 2024-02-19T21:50:49.486 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="8" 2024-02-19T21:50:49.486 INFO:teuthology.orchestra.run.smithi188.stdout:PLATFORM_ID="platform:el8" 2024-02-19T21:50:49.487 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-19T21:50:49.487 INFO:teuthology.orchestra.run.smithi188.stdout:ANSI_COLOR="0;31" 2024-02-19T21:50:49.487 INFO:teuthology.orchestra.run.smithi188.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-19T21:50:49.487 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://centos.org/" 2024-02-19T21:50:49.487 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T21:50:49.487 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T21:50:49.487 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-19T21:50:49.487 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2024-02-19T21:50:49.508 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-19T21:50:49.515 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-19T21:50:49.521 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-19T21:50:49.522 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2024-02-19T21:50:49.525 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2024-02-19T21:50:49.546 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-19T21:50:49.552 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-19T21:50:49.552 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2024-02-19T21:50:49.586 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2024-02-19T21:50:49.615 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-19T21:50:49.668 INFO:teuthology.run_tasks:Running task kernel... 2024-02-19T21:50:49.684 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-19T21:50:49.684 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-19T21:50:49.684 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T21:50:49.685 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T21:50:49.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T21:50:49.706 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-02-19T21:50:49.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T21:50:49.707 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2024-02-19T21:50:49.766 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-489.el8.x86_64 2024-02-19T21:50:49.766 INFO:teuthology.task.kernel:Running kernel on smithi188: 4.18.0-489.el8.x86_64 2024-02-19T21:50:49.767 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum install -y kernel 2024-02-19T21:50:49.769 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-489.el8.x86_64 2024-02-19T21:50:49.769 INFO:teuthology.task.kernel:Running kernel on smithi019: 4.18.0-489.el8.x86_64 2024-02-19T21:50:49.769 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum install -y kernel 2024-02-19T21:51:03.727 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 8 - AppStream 2.4 MB/s | 27 MB 00:11 2024-02-19T21:51:07.385 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - AppStream 1.8 MB/s | 27 MB 00:15 2024-02-19T21:51:09.218 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 8 - BaseOS 18 MB/s | 10 MB 00:00 2024-02-19T21:51:10.985 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 8 - Extras 124 kB/s | 18 kB 00:00 2024-02-19T21:51:12.504 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 8 - Extras common packages 4.9 kB/s | 6.9 kB 00:01 2024-02-19T21:51:12.897 INFO:teuthology.orchestra.run.smithi188.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2024-02-19T21:51:13.702 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - BaseOS 9.0 MB/s | 10 MB 00:01 2024-02-19T21:51:14.632 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 9.8 MB/s | 16 MB 00:01 2024-02-19T21:51:15.677 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras 70 kB/s | 18 kB 00:00 2024-02-19T21:51:16.078 INFO:teuthology.orchestra.run.smithi019.stdout:CentOS Stream 8 - Extras common packages 24 kB/s | 6.9 kB 00:00 2024-02-19T21:51:16.330 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-02-19T21:51:18.454 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 459 kB/s | 24 kB 00:00 2024-02-19T21:51:19.157 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 5.9 MB/s | 16 MB 00:02 2024-02-19T21:51:21.384 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-19T21:51:21.385 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-19T21:51:21.524 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-02-19T21:51:21.524 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T21:51:21.524 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2024-02-19T21:51:21.524 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T21:51:21.524 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout:Install 3 Packages 2024-02-19T21:51:21.525 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T21:51:21.526 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 90 M 2024-02-19T21:51:21.526 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 97 M 2024-02-19T21:51:21.526 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-02-19T21:51:22.231 INFO:teuthology.orchestra.run.smithi188.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 20 MB/s | 10 MB 00:00 2024-02-19T21:51:23.214 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 251 kB/s | 24 kB 00:00 2024-02-19T21:51:23.273 INFO:teuthology.orchestra.run.smithi188.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 23 MB/s | 36 MB 00:01 2024-02-19T21:51:23.740 INFO:teuthology.orchestra.run.smithi188.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2024-02-19T21:51:23.740 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-02-19T21:51:23.740 INFO:teuthology.orchestra.run.smithi188.stdout:Total 40 MB/s | 90 MB 00:02 2024-02-19T21:51:24.421 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-02-19T21:51:24.833 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-02-19T21:51:24.834 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-02-19T21:51:26.068 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-02-19T21:51:26.096 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-02-19T21:51:26.310 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-19T21:51:26.310 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-19T21:51:26.405 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-02-19T21:51:26.406 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T21:51:26.406 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2024-02-19T21:51:26.406 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T21:51:26.406 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2024-02-19T21:51:26.406 INFO:teuthology.orchestra.run.smithi019.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-19T21:51:26.406 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2024-02-19T21:51:26.406 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-19T21:51:26.407 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-19T21:51:26.407 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T21:51:26.407 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-02-19T21:51:26.407 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T21:51:26.407 INFO:teuthology.orchestra.run.smithi019.stdout:Install 3 Packages 2024-02-19T21:51:26.407 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T21:51:26.407 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 90 M 2024-02-19T21:51:26.408 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 97 M 2024-02-19T21:51:26.408 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2024-02-19T21:51:27.157 INFO:teuthology.orchestra.run.smithi019.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2024-02-19T21:51:27.973 INFO:teuthology.orchestra.run.smithi019.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 26 MB/s | 36 MB 00:01 2024-02-19T21:51:28.440 INFO:teuthology.orchestra.run.smithi019.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 23 MB/s | 43 MB 00:01 2024-02-19T21:51:28.441 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2024-02-19T21:51:28.441 INFO:teuthology.orchestra.run.smithi019.stdout:Total 44 MB/s | 90 MB 00:02 2024-02-19T21:51:28.881 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-02-19T21:51:29.157 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2024-02-19T21:51:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T21:51:29.593 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2024-02-19T21:51:29.593 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2024-02-19T21:51:30.896 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2024-02-19T21:51:30.923 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2024-02-19T21:51:32.961 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T21:51:33.347 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T21:51:33.839 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2024-02-19T21:51:34.372 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T21:51:36.782 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T21:51:37.105 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:51:38.092 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T21:51:38.454 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T21:51:42.136 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T21:51:42.456 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:51:59.091 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:51:59.114 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:51:59.492 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:51:59.492 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-19T21:51:59.492 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-19T21:52:00.214 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:52:00.214 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T21:52:00.214 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-02-19T21:52:00.214 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-19T21:52:00.214 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-19T21:52:00.214 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T21:52:00.215 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-02-19T21:52:00.362 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T21:52:00.577 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T21:52:00.577 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T21:52:00.578 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-19T21:52:00.578 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T21:52:00.578 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T21:52:00.578 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-19T21:52:00.578 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi188.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T21:52:00.578 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T21:52:00.788 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T21:52:00.789 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T21:52:00.789 DEBUG:teuthology.orchestra.run.smithi188:> sudo rpm -qi grub2-tools 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:Name : grub2-tools 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:Epoch : 1 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:Version : 2.02 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:Release : 129.el8 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: x86_64 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:Group : System Environment/Base 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:Size : 9265586 2024-02-19T21:52:00.822 INFO:teuthology.orchestra.run.smithi188.stdout:License : GPLv3+ 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Relocations : (not relocatable) 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Packager : CentOS BuildSystem 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Vendor : CentOS 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Summary : Support tools for GRUB. 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:Description : 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-19T21:52:00.823 INFO:teuthology.orchestra.run.smithi188.stdout:hardware devices. 2024-02-19T21:52:00.824 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T21:52:00.824 INFO:teuthology.orchestra.run.smithi188.stdout:This subpackage provides tools for support of all platforms. 2024-02-19T21:52:00.825 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-19T21:52:00.825 INFO:teuthology.task.kernel:Updating grub on smithi188 to boot 4.18.0-539.el8.x86_64 2024-02-19T21:52:00.825 DEBUG:teuthology.orchestra.run.smithi188:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-19T21:52:02.288 INFO:teuthology.orchestra.run.smithi188.stderr:Generating grub configuration file ... 2024-02-19T21:52:04.651 INFO:teuthology.orchestra.run.smithi188.stderr:done 2024-02-19T21:52:04.652 DEBUG:teuthology.orchestra.run.smithi188:> mktemp 2024-02-19T21:52:04.680 INFO:teuthology.orchestra.run.smithi188.stdout:/tmp/tmp.h7SV50bbrR 2024-02-19T21:52:04.681 DEBUG:teuthology.orchestra.run.smithi188:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.h7SV50bbrR 2024-02-19T21:52:04.755 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0666 /tmp/tmp.h7SV50bbrR 2024-02-19T21:52:04.897 DEBUG:teuthology.orchestra.remote:smithi188:/tmp/tmp.h7SV50bbrR is 6KB 2024-02-19T21:52:04.946 DEBUG:teuthology.orchestra.run.smithi188:> rm -fr /tmp/tmp.h7SV50bbrR 2024-02-19T21:52:04.963 DEBUG:teuthology.orchestra.run.smithi188:> sudo /bin/ls /boot/loader/entries || true 2024-02-19T21:52:05.035 INFO:teuthology.orchestra.run.smithi188.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-19T21:52:05.035 INFO:teuthology.orchestra.run.smithi188.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-19T21:52:05.035 INFO:teuthology.orchestra.run.smithi188.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-19T21:52:05.035 INFO:teuthology.orchestra.run.smithi188.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-19T21:52:05.036 DEBUG:teuthology.orchestra.run.smithi188:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-19T21:52:05.208 DEBUG:teuthology.orchestra.run.smithi188:> sudo shutdown -r now 2024-02-19T21:52:06.035 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:52:06.059 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:52:06.416 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:52:06.416 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-19T21:52:06.416 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-19T21:52:06.973 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T21:52:06.973 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T21:52:06.973 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2024-02-19T21:52:06.973 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-19T21:52:06.974 INFO:teuthology.orchestra.run.smithi019.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-19T21:52:06.974 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T21:52:06.974 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-02-19T21:52:07.287 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T21:52:07.509 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T21:52:07.510 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T21:52:07.510 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-19T21:52:07.510 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T21:52:07.510 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T21:52:07.510 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-19T21:52:07.510 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi019.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T21:52:07.510 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T21:52:07.730 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T21:52:07.730 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T21:52:07.730 DEBUG:teuthology.orchestra.run.smithi019:> sudo rpm -qi grub2-tools 2024-02-19T21:52:07.765 INFO:teuthology.orchestra.run.smithi019.stdout:Name : grub2-tools 2024-02-19T21:52:07.765 INFO:teuthology.orchestra.run.smithi019.stdout:Epoch : 1 2024-02-19T21:52:07.765 INFO:teuthology.orchestra.run.smithi019.stdout:Version : 2.02 2024-02-19T21:52:07.765 INFO:teuthology.orchestra.run.smithi019.stdout:Release : 129.el8 2024-02-19T21:52:07.765 INFO:teuthology.orchestra.run.smithi019.stdout:Architecture: x86_64 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Group : System Environment/Base 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Size : 9265586 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:License : GPLv3+ 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Relocations : (not relocatable) 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Packager : CentOS BuildSystem 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Vendor : CentOS 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Summary : Support tools for GRUB. 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:Description : 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T21:52:07.766 INFO:teuthology.orchestra.run.smithi019.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-19T21:52:07.767 INFO:teuthology.orchestra.run.smithi019.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-19T21:52:07.767 INFO:teuthology.orchestra.run.smithi019.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-19T21:52:07.767 INFO:teuthology.orchestra.run.smithi019.stdout:hardware devices. 2024-02-19T21:52:07.767 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T21:52:07.767 INFO:teuthology.orchestra.run.smithi019.stdout:This subpackage provides tools for support of all platforms. 2024-02-19T21:52:07.767 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-19T21:52:07.768 INFO:teuthology.task.kernel:Updating grub on smithi019 to boot 4.18.0-539.el8.x86_64 2024-02-19T21:52:07.768 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-19T21:52:09.189 INFO:teuthology.orchestra.run.smithi019.stderr:Generating grub configuration file ... 2024-02-19T21:52:10.898 INFO:teuthology.orchestra.run.smithi019.stderr:done 2024-02-19T21:52:10.900 DEBUG:teuthology.orchestra.run.smithi019:> mktemp 2024-02-19T21:52:10.968 INFO:teuthology.orchestra.run.smithi019.stdout:/tmp/tmp.gOJ9JnuNx1 2024-02-19T21:52:10.968 DEBUG:teuthology.orchestra.run.smithi019:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gOJ9JnuNx1 2024-02-19T21:52:11.051 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0666 /tmp/tmp.gOJ9JnuNx1 2024-02-19T21:52:11.199 DEBUG:teuthology.orchestra.remote:smithi019:/tmp/tmp.gOJ9JnuNx1 is 6KB 2024-02-19T21:52:11.248 DEBUG:teuthology.orchestra.run.smithi019:> rm -fr /tmp/tmp.gOJ9JnuNx1 2024-02-19T21:52:11.266 DEBUG:teuthology.orchestra.run.smithi019:> sudo /bin/ls /boot/loader/entries || true 2024-02-19T21:52:11.392 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-19T21:52:11.392 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-19T21:52:11.392 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-19T21:52:11.392 INFO:teuthology.orchestra.run.smithi019.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-19T21:52:11.393 DEBUG:teuthology.orchestra.run.smithi019:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-19T21:52:11.536 DEBUG:teuthology.orchestra.run.smithi019:> sudo shutdown -r now 2024-02-19T21:52:35.235 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-19T21:52:35.235 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-02-19T21:52:35.236 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T21:52:41.545 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-19T21:52:41.546 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-19T21:52:41.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T21:52:53.568 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-02-19T21:52:59.964 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.19 2024-02-19T21:53:02.572 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-02-19T21:53:02.573 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T21:53:05.628 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-02-19T21:53:08.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-19T21:53:08.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T21:53:17.638 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-02-19T21:53:17.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T21:53:49.779 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-02-19T21:53:50.041 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-02-19T21:53:50.041 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-19T21:53:50.042 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-02-19T21:53:50.102 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-539.el8.x86_64 2024-02-19T21:53:50.102 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-19T21:53:50.103 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-19T21:53:50.103 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-19T21:53:51.103 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-19T21:53:51.104 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T21:53:51.178 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2024-02-19T21:53:51.190 DEBUG:teuthology.parallel:result is None 2024-02-19T21:54:08.969 DEBUG:teuthology.orchestra.remote:timed out 2024-02-19T21:54:20.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-19T21:54:20.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T21:54:21.228 DEBUG:teuthology.orchestra.run.smithi019:> true 2024-02-19T21:54:21.531 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-19T21:54:21.531 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-19T21:54:21.531 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2024-02-19T21:54:21.551 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-539.el8.x86_64 2024-02-19T21:54:21.551 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-19T21:54:21.551 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-19T21:54:21.551 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-19T21:54:22.552 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-19T21:54:22.552 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T21:54:22.634 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2024-02-19T21:54:22.648 DEBUG:teuthology.parallel:result is None 2024-02-19T21:54:22.648 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-19T21:54:22.655 INFO:teuthology.task.internal:Creating test directory... 2024-02-19T21:54:22.655 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T21:54:22.657 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T21:54:22.680 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-19T21:54:22.686 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-19T21:54:22.692 INFO:teuthology.task.internal:Creating archive directory... 2024-02-19T21:54:22.692 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T21:54:22.720 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T21:54:22.759 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-19T21:54:22.765 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-19T21:54:22.766 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-19T21:54:22.793 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-19T21:54:22.830 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T21:54:22.832 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T21:54:22.841 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T21:54:22.843 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T21:54:22.845 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-19T21:54:22.852 INFO:teuthology.task.internal:Configuring sudo... 2024-02-19T21:54:22.852 DEBUG:teuthology.orchestra.run.smithi019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T21:54:22.886 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T21:54:22.917 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-19T21:54:22.926 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-19T21:54:22.926 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T21:54:22.957 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T21:54:22.976 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T21:54:23.061 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T21:54:23.169 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T21:54:23.215 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T21:54:23.259 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T21:54:23.259 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T21:54:23.328 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T21:54:23.377 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T21:54:23.429 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T21:54:23.515 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T21:54:23.559 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T21:54:23.560 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T21:54:23.628 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2024-02-19T21:54:23.631 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2024-02-19T21:54:23.694 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T21:54:23.731 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T21:54:24.174 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-19T21:54:24.182 INFO:teuthology.task.internal:Starting timer... 2024-02-19T21:54:24.182 INFO:teuthology.run_tasks:Running task pcp... 2024-02-19T21:54:24.192 INFO:teuthology.run_tasks:Running task selinux... 2024-02-19T21:54:24.200 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-19T21:54:24.201 DEBUG:teuthology.orchestra.run.smithi019:> sudo service auditd rotate 2024-02-19T21:54:24.302 INFO:teuthology.orchestra.run.smithi019.stdout:Rotating logs: 2024-02-19T21:54:24.303 DEBUG:teuthology.orchestra.run.smithi188:> sudo service auditd rotate 2024-02-19T21:54:24.398 INFO:teuthology.orchestra.run.smithi188.stdout:Rotating logs: 2024-02-19T21:54:24.399 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-19T21:54:24.400 DEBUG:teuthology.orchestra.run.smithi019:> /usr/sbin/getenforce 2024-02-19T21:54:24.444 INFO:teuthology.orchestra.run.smithi019.stdout:Permissive 2024-02-19T21:54:24.445 DEBUG:teuthology.orchestra.run.smithi188:> /usr/sbin/getenforce 2024-02-19T21:54:24.496 INFO:teuthology.orchestra.run.smithi188.stdout:Permissive 2024-02-19T21:54:24.496 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi019.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi188.front.sepia.ceph.com': 'permissive'} 2024-02-19T21:54:24.496 DEBUG:teuthology.orchestra.run.smithi019:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-19T21:54:24.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T21:54:24.527 DEBUG:teuthology.orchestra.run.smithi188:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-19T21:54:24.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T21:54:24.554 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-19T21:54:24.554 DEBUG:teuthology.orchestra.run.smithi019:> sudo /usr/sbin/setenforce permissive 2024-02-19T21:54:24.597 DEBUG:teuthology.orchestra.run.smithi188:> sudo /usr/sbin/setenforce permissive 2024-02-19T21:54:24.624 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-19T21:54:24.635 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-19T21:54:24.651 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-19T21:54:24.653 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi019.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-19T22:00:30.225 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2024-02-19T22:00:30.226 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-19T22:00:30.227 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T22:00:30.303 DEBUG:teuthology.orchestra.run.smithi019:> true 2024-02-19T22:00:30.371 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2024-02-19T22:00:30.372 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-02-19T22:00:30.372 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T22:00:30.445 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-02-19T22:00:30.471 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-02-19T22:00:30.472 INFO:teuthology.run_tasks:Running task clock... 2024-02-19T22:00:30.482 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-19T22:00:30.482 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T22:00:30.482 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T22:00:30.485 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T22:00:30.485 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T22:00:30.518 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T22:00:30.534 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T22:00:30.544 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T22:00:30.558 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T22:00:30.598 INFO:teuthology.orchestra.run.smithi019.stderr:sudo: ntpd: command not found 2024-02-19T22:00:30.610 INFO:teuthology.orchestra.run.smithi019.stdout:506 Cannot talk to daemon 2024-02-19T22:00:30.625 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T22:00:30.630 INFO:teuthology.orchestra.run.smithi188.stderr:sudo: ntpd: command not found 2024-02-19T22:00:30.640 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T22:00:30.642 INFO:teuthology.orchestra.run.smithi188.stdout:506 Cannot talk to daemon 2024-02-19T22:00:30.656 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T22:00:30.669 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T22:00:30.710 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2024-02-19T22:00:30.714 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T22:00:30.714 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2024-02-19T22:00:30.714 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:00:30.714 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:00:30.714 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:00:30.714 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:00:30.738 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2024-02-19T22:00:30.743 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T22:00:30.743 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2024-02-19T22:00:30.743 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:00:30.743 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:00:30.743 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:00:30.743 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:00:30.743 INFO:teuthology.run_tasks:Running task pexec... 2024-02-19T22:00:30.761 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-19T22:00:30.761 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi019.front.sepia.ceph.com 2024-02-19T22:00:30.762 DEBUG:teuthology.orchestra.run.smithi019:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T22:00:30.762 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi188.front.sepia.ceph.com 2024-02-19T22:00:30.762 DEBUG:teuthology.orchestra.run.smithi188:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T22:00:31.564 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:42 ago on Mon 19 Feb 2024 09:58:49 PM UTC. 2024-02-19T22:00:31.582 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:32 ago on Mon 19 Feb 2024 09:58:59 PM UTC. 2024-02-19T22:00:33.617 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-02-19T22:00:33.617 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T22:00:33.618 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2024-02-19T22:00:33.618 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T22:00:33.618 INFO:teuthology.orchestra.run.smithi188.stdout:Resetting modules: 2024-02-19T22:00:33.618 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools 2024-02-19T22:00:33.618 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:00:33.618 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-02-19T22:00:33.618 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T22:00:33.618 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:00:33.764 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-02-19T22:00:33.765 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T22:00:33.765 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2024-02-19T22:00:33.766 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T22:00:33.766 INFO:teuthology.orchestra.run.smithi019.stdout:Resetting modules: 2024-02-19T22:00:33.766 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools 2024-02-19T22:00:33.766 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:00:33.766 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-02-19T22:00:33.766 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T22:00:33.766 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:00:33.867 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-02-19T22:00:34.029 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-02-19T22:00:34.715 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:45 ago on Mon 19 Feb 2024 09:58:49 PM UTC. 2024-02-19T22:00:34.923 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:35 ago on Mon 19 Feb 2024 09:58:59 PM UTC. 2024-02-19T22:00:36.772 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-02-19T22:00:36.807 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout:Installing group/module packages: 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-19T22:00:36.808 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout:Installing weak dependencies: 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout:Installing module profiles: 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools/common 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout:Enabling module streams: 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools rhel8 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout:Install 13 Packages 2024-02-19T22:00:36.809 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:00:36.810 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 28 M 2024-02-19T22:00:36.810 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 92 M 2024-02-19T22:00:36.810 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-02-19T22:00:37.096 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2024-02-19T22:00:37.135 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout:Installing group/module packages: 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-19T22:00:37.136 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout:Installing weak dependencies: 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout:Installing module profiles: 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools/common 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling module streams: 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools rhel8 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2024-02-19T22:00:37.137 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2024-02-19T22:00:37.138 INFO:teuthology.orchestra.run.smithi019.stdout:Install 13 Packages 2024-02-19T22:00:37.138 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:00:37.138 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 28 M 2024-02-19T22:00:37.138 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 92 M 2024-02-19T22:00:37.138 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2024-02-19T22:00:37.269 INFO:teuthology.orchestra.run.smithi188.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 2.5 MB/s | 688 kB 00:00 2024-02-19T22:00:37.327 INFO:teuthology.orchestra.run.smithi188.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2024-02-19T22:00:37.378 INFO:teuthology.orchestra.run.smithi188.stdout:(3/13): aardvark-dns-1.10.0-1.module_el8+871+55 2.7 MB/s | 1.0 MB 00:00 2024-02-19T22:00:37.478 INFO:teuthology.orchestra.run.smithi188.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 1.7 MB/s | 257 kB 00:00 2024-02-19T22:00:37.514 INFO:teuthology.orchestra.run.smithi019.stdout:(1/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.0 MB/s | 1.0 MB 00:00 2024-02-19T22:00:37.539 INFO:teuthology.orchestra.run.smithi019.stdout:(2/13): cockpit-podman-83-1.module_el8+847+7863 1.9 MB/s | 688 kB 00:00 2024-02-19T22:00:37.564 INFO:teuthology.orchestra.run.smithi019.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 756 kB/s | 38 kB 00:00 2024-02-19T22:00:37.570 INFO:teuthology.orchestra.run.smithi188.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.9 MB/s | 180 kB 00:00 2024-02-19T22:00:37.620 INFO:teuthology.orchestra.run.smithi188.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 494 kB/s | 25 kB 00:00 2024-02-19T22:00:37.648 INFO:teuthology.orchestra.run.smithi019.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 2.3 MB/s | 257 kB 00:00 2024-02-19T22:00:37.687 INFO:teuthology.orchestra.run.smithi188.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2024-02-19T22:00:37.798 INFO:teuthology.orchestra.run.smithi019.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 1.2 MB/s | 180 kB 00:00 2024-02-19T22:00:37.840 INFO:teuthology.orchestra.run.smithi019.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 593 kB/s | 25 kB 00:00 2024-02-19T22:00:37.899 INFO:teuthology.orchestra.run.smithi019.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-02-19T22:00:39.191 INFO:teuthology.orchestra.run.smithi019.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 2.7 MB/s | 4.3 MB 00:01 2024-02-19T22:00:39.437 INFO:teuthology.orchestra.run.smithi188.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 2.1 MB/s | 4.3 MB 00:02 2024-02-19T22:00:41.091 INFO:teuthology.orchestra.run.smithi019.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 1.3 MB/s | 2.5 MB 00:01 2024-02-19T22:00:41.157 INFO:teuthology.orchestra.run.smithi019.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 794 kB/s | 53 kB 00:00 2024-02-19T22:00:41.266 INFO:teuthology.orchestra.run.smithi019.stdout:(11/13): buildah-1.33.5-1.module_el8+885+7da147 2.4 MB/s | 9.7 MB 00:04 2024-02-19T22:00:41.283 INFO:teuthology.orchestra.run.smithi019.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2024-02-19T22:00:41.812 INFO:teuthology.orchestra.run.smithi188.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 1.1 MB/s | 2.5 MB 00:02 2024-02-19T22:00:41.887 INFO:teuthology.orchestra.run.smithi188.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 705 kB/s | 53 kB 00:00 2024-02-19T22:00:41.937 INFO:teuthology.orchestra.run.smithi188.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 821 kB/s | 41 kB 00:00 2024-02-19T22:00:43.080 INFO:teuthology.orchestra.run.smithi188.stdout:(12/13): buildah-1.33.5-1.module_el8+885+7da147 1.6 MB/s | 9.7 MB 00:06 2024-02-19T22:00:43.512 INFO:teuthology.orchestra.run.smithi188.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 1.5 MB/s | 8.8 MB 00:05 2024-02-19T22:00:43.513 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-02-19T22:00:43.513 INFO:teuthology.orchestra.run.smithi188.stdout:Total 4.1 MB/s | 28 MB 00:06 2024-02-19T22:00:43.789 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-02-19T22:00:43.809 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-02-19T22:00:43.809 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-02-19T22:00:43.850 INFO:teuthology.orchestra.run.smithi019.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 1.5 MB/s | 8.8 MB 00:05 2024-02-19T22:00:43.850 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2024-02-19T22:00:43.850 INFO:teuthology.orchestra.run.smithi019.stdout:Total 4.1 MB/s | 28 MB 00:06 2024-02-19T22:00:44.076 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-02-19T22:00:44.079 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-02-19T22:00:44.133 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2024-02-19T22:00:44.155 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2024-02-19T22:00:44.156 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2024-02-19T22:00:44.440 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2024-02-19T22:00:44.443 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2024-02-19T22:00:44.783 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-02-19T22:00:45.177 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2024-02-19T22:00:45.745 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-19T22:00:45.931 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T22:00:46.101 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-19T22:00:46.210 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-19T22:00:46.305 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-19T22:00:46.528 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-19T22:00:46.587 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T22:00:46.782 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-19T22:00:46.956 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-19T22:00:47.082 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-19T22:00:47.189 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-19T22:00:47.760 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-19T22:00:48.027 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-19T22:00:48.472 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-19T22:00:48.685 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-19T22:00:48.772 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-19T22:00:48.989 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-19T22:00:49.101 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-19T22:00:49.221 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-19T22:00:49.321 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T22:00:49.538 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T22:00:49.660 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-19T22:00:49.733 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T22:00:49.864 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T22:00:50.103 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T22:00:50.190 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T22:00:50.191 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T22:00:50.272 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T22:00:50.721 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T22:00:50.721 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-19T22:00:50.721 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T22:00:50.721 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-19T22:00:50.721 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-19T22:00:50.721 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-19T22:00:50.722 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-19T22:00:50.722 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-19T22:00:50.722 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-19T22:00:50.722 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-19T22:00:50.722 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-19T22:00:50.722 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T22:00:50.722 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T22:00:50.871 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-19T22:00:50.871 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:00:50.871 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-02-19T22:00:50.871 INFO:teuthology.orchestra.run.smithi188.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-19T22:00:50.871 INFO:teuthology.orchestra.run.smithi188.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:00:50.872 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-02-19T22:00:51.169 DEBUG:teuthology.parallel:result is None 2024-02-19T22:00:51.360 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-19T22:00:51.361 INFO:teuthology.orchestra.run.smithi019.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T22:00:51.362 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:00:51.362 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2024-02-19T22:00:51.761 DEBUG:teuthology.parallel:result is None 2024-02-19T22:00:51.761 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-19T22:00:51.771 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-19T22:00:51.771 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:00:51.771 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T22:00:51.790 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-19T22:00:51.790 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_1 2024-02-19T22:00:51.848 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-19T22:00:51.848 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T22:00:51.849 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 166710 Links: 1 2024-02-19T22:00:51.849 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T22:00:51.849 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T22:00:51.849 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-19 22:00:50.429602514 +0000 2024-02-19T22:00:51.849 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-19 21:59:49.733863444 +0000 2024-02-19T22:00:51.849 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-19 21:59:49.733863444 +0000 2024-02-19T22:00:51.849 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-19T22:00:51.849 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-19T22:00:51.915 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-19T22:00:51.916 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-19T22:00:51.916 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000246251 s, 2.1 MB/s 2024-02-19T22:00:51.917 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-19T22:00:51.977 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_2 2024-02-19T22:00:52.034 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-19T22:00:52.034 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T22:00:52.034 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 164252 Links: 1 2024-02-19T22:00:52.034 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T22:00:52.034 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T22:00:52.034 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-19 22:00:50.429602514 +0000 2024-02-19T22:00:52.034 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-19 21:59:50.093860006 +0000 2024-02-19T22:00:52.034 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-19 21:59:50.093860006 +0000 2024-02-19T22:00:52.035 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-19T22:00:52.035 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-19T22:00:52.100 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-19T22:00:52.100 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-19T22:00:52.100 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000215696 s, 2.4 MB/s 2024-02-19T22:00:52.101 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-19T22:00:52.160 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_3 2024-02-19T22:00:52.218 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-19T22:00:52.218 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T22:00:52.218 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 163791 Links: 1 2024-02-19T22:00:52.218 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T22:00:52.218 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T22:00:52.219 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-19 22:00:50.429602514 +0000 2024-02-19T22:00:52.219 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-19 21:59:50.445856645 +0000 2024-02-19T22:00:52.219 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-19 21:59:50.445856645 +0000 2024-02-19T22:00:52.219 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-19T22:00:52.219 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-19T22:00:52.284 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-19T22:00:52.284 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-19T22:00:52.284 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000174935 s, 2.9 MB/s 2024-02-19T22:00:52.285 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-19T22:00:52.344 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_4 2024-02-19T22:00:52.404 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-19T22:00:52.404 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T22:00:52.404 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 169191 Links: 1 2024-02-19T22:00:52.404 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T22:00:52.404 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T22:00:52.404 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-19 22:00:50.429602514 +0000 2024-02-19T22:00:52.404 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-19 21:59:50.783853417 +0000 2024-02-19T22:00:52.404 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-19 21:59:50.783853417 +0000 2024-02-19T22:00:52.405 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-19T22:00:52.405 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-19T22:00:52.471 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-19T22:00:52.471 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-19T22:00:52.471 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000214925 s, 2.4 MB/s 2024-02-19T22:00:52.472 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-19T22:00:52.531 DEBUG:teuthology.orchestra.run.smithi019:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-19T22:00:52.646 INFO:teuthology.orchestra.run.smithi019.stdout:loop 2024-02-19T22:00:52.647 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_1... 2024-02-19T22:00:52.647 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-19T22:00:52.683 INFO:teuthology.orchestra.run.smithi019.stdout:1 2024-02-19T22:00:52.716 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_11 2024-02-19T22:00:52.756 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_2... 2024-02-19T22:00:52.756 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-19T22:00:52.833 INFO:teuthology.orchestra.run.smithi019.stdout:1 2024-02-19T22:00:52.867 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_21 2024-02-19T22:00:52.905 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_3... 2024-02-19T22:00:52.905 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-19T22:00:52.982 INFO:teuthology.orchestra.run.smithi019.stdout:1 2024-02-19T22:00:53.016 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_31 2024-02-19T22:00:53.054 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_4... 2024-02-19T22:00:53.054 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-19T22:00:53.130 INFO:teuthology.orchestra.run.smithi019.stdout:1 2024-02-19T22:00:53.165 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_41 2024-02-19T22:00:53.202 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:00:53.202 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T22:00:53.261 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme list 2024-02-19T22:00:53.327 INFO:teuthology.orchestra.run.smithi019.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-19T22:00:53.327 INFO:teuthology.orchestra.run.smithi019.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-19T22:00:53.327 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme0n1 CVFT5330002G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-19T22:00:53.327 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme1n1 9b731e906aede2879de7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T22:00:53.327 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme2n1 6ad80bab22c29eb86eab Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T22:00:53.328 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme3n1 f6b9d24c0c804282d08f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T22:00:53.328 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme4n1 cc6a05b3f12d4d838a4a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T22:00:53.328 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T22:00:53.329 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:00:53.329 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/scratch_devs 2024-02-19T22:00:53.395 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:00:53.395 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T22:00:53.418 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-19T22:00:53.418 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_1 2024-02-19T22:00:53.478 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-19T22:00:53.478 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T22:00:53.478 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 168044 Links: 1 2024-02-19T22:00:53.478 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T22:00:53.479 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T22:00:53.479 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-02-19 22:00:49.910632934 +0000 2024-02-19T22:00:53.479 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-02-19 21:59:38.789148651 +0000 2024-02-19T22:00:53.479 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-02-19 21:59:38.789148651 +0000 2024-02-19T22:00:53.479 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-02-19T22:00:53.479 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-19T22:00:53.548 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-02-19T22:00:53.548 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-02-19T22:00:53.548 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000268365 s, 1.9 MB/s 2024-02-19T22:00:53.549 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-19T22:00:53.610 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_2 2024-02-19T22:00:53.670 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-19T22:00:53.670 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T22:00:53.670 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 168097 Links: 1 2024-02-19T22:00:53.670 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T22:00:53.670 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T22:00:53.670 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-02-19 22:00:49.910632934 +0000 2024-02-19T22:00:53.670 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-02-19 21:59:39.134141860 +0000 2024-02-19T22:00:53.670 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-02-19 21:59:39.134141860 +0000 2024-02-19T22:00:53.671 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-02-19T22:00:53.671 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-19T22:00:53.737 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-02-19T22:00:53.737 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-02-19T22:00:53.737 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000242892 s, 2.1 MB/s 2024-02-19T22:00:53.738 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-19T22:00:53.798 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_3 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 166295 Links: 1 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-02-19 22:00:49.910632934 +0000 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-02-19 21:59:39.469135267 +0000 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-02-19 21:59:39.469135267 +0000 2024-02-19T22:00:53.856 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-02-19T22:00:53.857 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-19T22:00:53.922 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-02-19T22:00:53.922 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-02-19T22:00:53.922 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000189418 s, 2.7 MB/s 2024-02-19T22:00:53.923 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-19T22:00:53.982 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_4 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 163814 Links: 1 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-02-19 22:00:49.910632934 +0000 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-02-19 21:59:39.807128614 +0000 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-02-19 21:59:39.807128614 +0000 2024-02-19T22:00:54.041 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-02-19T22:00:54.041 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-19T22:00:54.107 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-02-19T22:00:54.108 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-02-19T22:00:54.108 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000236125 s, 2.2 MB/s 2024-02-19T22:00:54.108 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-19T22:00:54.166 DEBUG:teuthology.orchestra.run.smithi188:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-19T22:00:54.284 INFO:teuthology.orchestra.run.smithi188.stdout:loop 2024-02-19T22:00:54.285 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2024-02-19T22:00:54.285 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-19T22:00:54.319 INFO:teuthology.orchestra.run.smithi188.stdout:1 2024-02-19T22:00:54.352 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_11 2024-02-19T22:00:54.390 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2024-02-19T22:00:54.391 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-19T22:00:54.471 INFO:teuthology.orchestra.run.smithi188.stdout:1 2024-02-19T22:00:54.504 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_21 2024-02-19T22:00:54.541 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2024-02-19T22:00:54.542 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-19T22:00:54.617 INFO:teuthology.orchestra.run.smithi188.stdout:1 2024-02-19T22:00:54.649 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_31 2024-02-19T22:00:54.686 INFO:tasks.nvme_loop:Connecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2024-02-19T22:00:54.686 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-19T22:00:54.761 INFO:teuthology.orchestra.run.smithi188.stdout:1 2024-02-19T22:00:54.794 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/vg_nvme/lv_41 2024-02-19T22:00:54.830 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:00:54.830 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T22:00:54.889 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme list 2024-02-19T22:00:54.954 INFO:teuthology.orchestra.run.smithi188.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-19T22:00:54.954 INFO:teuthology.orchestra.run.smithi188.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-19T22:00:54.954 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme0n1 PHFT620500MP400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-19T22:00:54.954 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme1n1 8a9de0cb5340fd458b1c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T22:00:54.955 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme2n1 f99af4b4a8a3eea80e71 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T22:00:54.955 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme3n1 6c3a1a39efd7a38cad80 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T22:00:54.955 INFO:teuthology.orchestra.run.smithi188.stdout:/dev/nvme4n1 80e10303b9aa0effb010 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T22:00:54.956 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T22:00:54.956 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:00:54.956 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2024-02-19T22:00:55.022 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-19T22:00:55.091 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': '81bd20d634209c7cb82c18be12b4b5a05643ebf1'} 2024-02-19T22:00:55.091 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 2024-02-19T22:00:55.092 INFO:tasks.cephadm:Cluster fsid is 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:00:55.092 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-19T22:00:55.092 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-19T22:00:55.092 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi019': '172.21.15.19', 'mon.smithi188': '172.21.15.188'} 2024-02-19T22:00:55.092 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-19T22:00:55.092 DEBUG:teuthology.orchestra.run.smithi019:> sudo hostname $(hostname -s) 2024-02-19T22:00:55.126 DEBUG:teuthology.orchestra.run.smithi188:> sudo hostname $(hostname -s) 2024-02-19T22:00:55.153 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 81bd20d634209c7cb82c18be12b4b5a05643ebf1)... 2024-02-19T22:00:55.153 DEBUG:teuthology.orchestra.run.smithi019:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/81bd20d634209c7cb82c18be12b4b5a05643ebf1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T22:00:55.327 INFO:teuthology.orchestra.run.smithi019.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 19 22:00 /home/ubuntu/cephtest/cephadm 2024-02-19T22:00:55.327 DEBUG:teuthology.orchestra.run.smithi188:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/81bd20d634209c7cb82c18be12b4b5a05643ebf1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T22:00:55.507 INFO:teuthology.orchestra.run.smithi188.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 19 22:00 /home/ubuntu/cephtest/cephadm 2024-02-19T22:00:55.508 DEBUG:teuthology.orchestra.run.smithi019:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T22:00:55.531 DEBUG:teuthology.orchestra.run.smithi188:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T22:00:55.558 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /etc/ceph 2024-02-19T22:00:55.604 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /etc/ceph 2024-02-19T22:00:55.631 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 777 /etc/ceph 2024-02-19T22:00:55.675 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 777 /etc/ceph 2024-02-19T22:00:55.701 INFO:tasks.cephadm:Writing seed config... 2024-02-19T22:00:55.702 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-19T22:00:55.702 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-19T22:00:55.702 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-19T22:00:55.702 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-19T22:00:55.702 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-19T22:00:55.702 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-19T22:00:55.702 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-19T22:00:55.702 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-19T22:00:55.703 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:00:55.703 DEBUG:teuthology.orchestra.run.smithi019:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-19T22:00:55.735 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 5ac1995e-cf72-11ee-95bb-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-19T22:00:55.735 DEBUG:teuthology.orchestra.run.smithi019:mon.smithi019> sudo journalctl -f -n 0 -u ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi019.service 2024-02-19T22:00:55.777 INFO:tasks.cephadm:Bootstrapping... 2024-02-19T22:00:55.778 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 -v bootstrap --fsid 5ac1995e-cf72-11ee-95bb-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.19 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-19T22:00:55.807 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:-- Logs begin at Mon 2024-02-19 21:53:32 UTC. -- 2024-02-19T22:00:56.065 INFO:teuthology.orchestra.run.smithi019.stderr:-------------------------------------------------------------------------------- 2024-02-19T22:00:56.065 INFO:teuthology.orchestra.run.smithi019.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1', '-v', 'bootstrap', '--fsid', '5ac1995e-cf72-11ee-95bb-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.19', '--skip-admin-label'] 2024-02-19T22:00:57.598 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.9.3-dev 2024-02-19T22:00:57.609 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying podman|docker is present... 2024-02-19T22:00:57.633 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.9.3-dev 2024-02-19T22:00:57.645 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying lvm2 is present... 2024-02-19T22:00:57.645 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying time synchronization is in place... 2024-02-19T22:00:57.652 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T22:00:57.659 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-02-19T22:00:57.666 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: enabled 2024-02-19T22:00:57.672 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: active 2024-02-19T22:00:57.672 INFO:teuthology.orchestra.run.smithi019.stderr:Unit chronyd.service is enabled and running 2024-02-19T22:00:57.673 INFO:teuthology.orchestra.run.smithi019.stderr:Repeating the final host check... 2024-02-19T22:00:57.694 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 4.9.3-dev 2024-02-19T22:00:57.701 INFO:teuthology.orchestra.run.smithi019.stderr:podman (/bin/podman) version 4.9.3 is present 2024-02-19T22:00:57.701 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl is present 2024-02-19T22:00:57.701 INFO:teuthology.orchestra.run.smithi019.stderr:lvcreate is present 2024-02-19T22:00:57.707 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T22:00:57.713 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-02-19T22:00:57.720 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: enabled 2024-02-19T22:00:57.726 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: active 2024-02-19T22:00:57.727 INFO:teuthology.orchestra.run.smithi019.stderr:Unit chronyd.service is enabled and running 2024-02-19T22:00:57.727 INFO:teuthology.orchestra.run.smithi019.stderr:Host looks OK 2024-02-19T22:00:57.727 INFO:teuthology.orchestra.run.smithi019.stderr:Cluster fsid: 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:00:57.727 INFO:teuthology.orchestra.run.smithi019.stderr:Acquiring lock 139909943980160 on /run/cephadm/5ac1995e-cf72-11ee-95bb-87774f69a715.lock 2024-02-19T22:00:57.727 INFO:teuthology.orchestra.run.smithi019.stderr:Lock 139909943980160 acquired on /run/cephadm/5ac1995e-cf72-11ee-95bb-87774f69a715.lock 2024-02-19T22:00:57.727 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 3300 ... 2024-02-19T22:00:57.728 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 6789 ... 2024-02-19T22:00:57.728 INFO:teuthology.orchestra.run.smithi019.stderr:Base mon IP(s) is [172.21.15.19:3300, 172.21.15.19:6789], mon addrv is [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2024-02-19T22:00:57.731 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.19 metric 100 2024-02-19T22:00:57.731 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.19 metric 100 2024-02-19T22:00:57.734 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-19T22:00:57.735 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-19T22:00:57.735 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1787sec hoplimit 64 pref medium 2024-02-19T22:00:57.737 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-19T22:00:57.737 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-19T22:00:57.737 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T22:00:57.737 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-19T22:00:57.737 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:161e/64 scope link 2024-02-19T22:00:57.737 INFO:teuthology.orchestra.run.smithi019.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T22:00:57.738 INFO:teuthology.orchestra.run.smithi019.stderr:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2024-02-19T22:00:57.738 INFO:teuthology.orchestra.run.smithi019.stderr:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2024-02-19T22:00:57.738 INFO:teuthology.orchestra.run.smithi019.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-19T22:00:57.739 INFO:teuthology.orchestra.run.smithi019.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-19T22:00:57.740 INFO:teuthology.orchestra.run.smithi019.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1... 2024-02-19T22:00:57.833 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1... 2024-02-19T22:00:58.018 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Getting image source signatures 2024-02-19T22:00:58.025 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:ec93555fb25f6296fcd66f232359fb768587e082c45b15dd379853eb0f28a963 2024-02-19T22:00:58.025 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-19T22:01:23.341 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Copying config sha256:823b921721f579487e02cd293080702537bcba9f4f96b9041a06d7563de513aa 2024-02-19T22:01:23.449 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: Writing manifest to image destination 2024-02-19T22:01:23.678 INFO:teuthology.orchestra.run.smithi019.stderr:/bin/podman: 823b921721f579487e02cd293080702537bcba9f4f96b9041a06d7563de513aa 2024-02-19T22:01:24.310 INFO:teuthology.orchestra.run.smithi019.stderr:ceph: ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable) 2024-02-19T22:01:24.799 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph version: ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable) 2024-02-19T22:01:24.800 INFO:teuthology.orchestra.run.smithi019.stderr:Extracting ceph user uid/gid from container image... 2024-02-19T22:01:25.313 INFO:teuthology.orchestra.run.smithi019.stderr:stat: 167 167 2024-02-19T22:01:25.859 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial keys... 2024-02-19T22:01:26.360 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQC2z9Nl1l9aEBAAWszX5+ERyYz9Y4od+uV/SQ== 2024-02-19T22:01:27.291 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQC3z9Nlys8/DRAA9/2l5QKMzo6IGCQKVteiKw== 2024-02-19T22:01:28.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQC4z9NlDDVgDhAAklquO1n6s0tstcoBZ5xx+A== 2024-02-19T22:01:29.006 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial monmap... 2024-02-19T22:01:29.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T22:01:29.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:29.562 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T22:01:30.074 INFO:teuthology.orchestra.run.smithi019.stderr:monmaptool for smithi019 [v2:172.21.15.19:3300,v1:172.21.15.19:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T22:01:30.074 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: set fsid to 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:30.074 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T22:01:30.074 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:01:30.074 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mon... 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.547+0000 7fd9e8094880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.548+0000 7fd9e8094880 1 imported monmap: 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: last_changed 2024-02-19T22:01:29.463562+0000 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: created 2024-02-19T22:01:29.463562+0000 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon.smithi019 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.548+0000 7fd9e8094880 0 /usr/bin/ceph-mon: set fsid to 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:30.664 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Compile date Feb 17 2024 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: DB SUMMARY 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 0, files: 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.error_if_exists: 0 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.create_if_missing: 1 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.env: 0x5585483d0080 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.fs: Posix File System 2024-02-19T22:01:30.665 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.info_log: 0x558548ce5300 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.statistics: (nil) 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.use_fsync: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T22:01:30.666 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.db_log_dir: 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.write_buffer_manager: 0x558548ceb950 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T22:01:30.667 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.unordered_write: 0 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.row_cache: None 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.wal_filter: None 2024-02-19T22:01:30.668 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.two_write_queues: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.atomic_flush: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T22:01:30.669 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.max_open_files: -1 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Compression algorithms supported: 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: kZSTD supported: 0 2024-02-19T22:01:30.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: kXpressCompression supported: 0 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: kZlibCompression supported: 1 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.549+0000 7fd9e8094880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000001 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.merge_operator: 2024-02-19T22:01:30.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_filter: None 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558548bfbd18) 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-19T22:01:30.672 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache: 0x558548c30d10 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-19T22:01:30.673 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compression: NoCompression 2024-02-19T22:01:30.674 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.num_levels: 7 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T22:01:30.675 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T22:01:30.676 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T22:01:30.677 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.table_properties_collectors: 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.bloom_locality: 0 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T22:01:30.678 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.ttl: 2592000 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.550+0000 7fd9e8094880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.551+0000 7fd9e8094880 4 rocksdb: DB pointer 0x558548cf9800 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.551+0000 7fd9d0f07700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.551+0000 7fd9d0f07700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T22:01:30.679 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T22:01:30.680 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T22:01:30.681 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T22:01:30.682 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T22:01:30.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T22:01:30.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T22:01:30.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T22:01:30.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2024-02-19T22:01:30.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.552+0000 7fd9e8094880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-19T22:01:30.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.553+0000 7fd9e8094880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-19T22:01:30.683 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2024-02-19T22:01:30.553+0000 7fd9e8094880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi019 for mon.smithi019 2024-02-19T22:01:31.178 INFO:teuthology.orchestra.run.smithi019.stderr:create mon.smithi019 on 2024-02-19T22:01:31.299 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-19T22:01:31.400 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715.target. 2024-02-19T22:01:31.400 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715.target. 2024-02-19T22:01:31.614 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to reset failed state of unit ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi019.service: Unit ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi019.service not loaded. 2024-02-19T22:01:31.621 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715.target.wants/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi019.service → /etc/systemd/system/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@.service. 2024-02-19T22:01:32.279 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2024-02-19T22:01:32.286 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-02-19T22:01:32.287 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-02-19T22:01:32.287 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T22:01:32.287 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon to start... 2024-02-19T22:01:32.288 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon... 2024-02-19T22:01:32.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:32 smithi019 bash[34671]: 73d5d580cd65c0ea6f2dfa0096a7a93db1e7e26ef0d709bfdcfaaa7372426f53 2024-02-19T22:01:32.537 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:32 smithi019 systemd[1]: Started Ceph mon.smithi019 for 5ac1995e-cf72-11ee-95bb-87774f69a715. 2024-02-19T22:01:32.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: cluster: 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: id: 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: services: 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi019 (age 0.66202s) 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: data: 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: pgs: 2024-02-19T22:01:32.906 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:33.517 INFO:teuthology.orchestra.run.smithi019.stderr:mon is available 2024-02-19T22:01:33.517 INFO:teuthology.orchestra.run.smithi019.stderr:Assimilating anything we can from ceph.conf... 2024-02-19T22:01:33.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: cluster 2024-02-19T22:01:32.243212+0000 mon.smithi019 (mon.0) 2 : cluster [INF] mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2024-02-19T22:01:33.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: cluster 2024-02-19T22:01:32.243371+0000 mon.smithi019 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} removed_ranks: {} 2024-02-19T22:01:33.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: cluster 2024-02-19T22:01:32.246526+0000 mon.smithi019 (mon.0) 4 : cluster [DBG] fsmap 2024-02-19T22:01:33.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: cluster 2024-02-19T22:01:32.250370+0000 mon.smithi019 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T22:01:33.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: cluster 2024-02-19T22:01:32.250792+0000 mon.smithi019 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T22:01:33.521 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: audit 2024-02-19T22:01:32.905195+0000 mon.smithi019 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.19:0/4037051166' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [global] 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: fsid = 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T22:01:34.113 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:34.114 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [mgr] 2024-02-19T22:01:34.114 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T22:01:34.114 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:34.114 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [osd] 2024-02-19T22:01:34.114 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T22:01:34.114 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T22:01:34.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: audit 2024-02-19T22:01:34.109572+0000 mon.smithi019 (mon.0) 8 : audit [INF] from='client.? 172.21.15.19:0/386765134' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T22:01:34.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: audit 2024-02-19T22:01:34.112064+0000 mon.smithi019 (mon.0) 9 : audit [INF] from='client.? 172.21.15.19:0/386765134' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-19T22:01:34.723 INFO:teuthology.orchestra.run.smithi019.stderr:Generating new minimal ceph.conf... 2024-02-19T22:01:35.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: audit 2024-02-19T22:01:35.319951+0000 mon.smithi019 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.19:0/4082289795' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:01:35.888 INFO:teuthology.orchestra.run.smithi019.stderr:Restarting the monitor... 2024-02-19T22:01:36.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:35 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 5ac1995e-cf72-11ee-95bb-87774f69a715... 2024-02-19T22:01:36.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:35 smithi019 bash[35011]: Error: no container with name or ID "ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon.smithi019" found: no such container 2024-02-19T22:01:36.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: debug 2024-02-19T22:01:36.133+0000 7fb041bb2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi019 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-19T22:01:36.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[34685]: debug 2024-02-19T22:01:36.133+0000 7fb041bb2700 -1 mon.smithi019@0(leader) e1 *** Got Signal Terminated *** 2024-02-19T22:01:36.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:36 smithi019 bash[35050]: ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019 2024-02-19T22:01:37.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:36 smithi019 systemd[1]: ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi019.service: Succeeded. 2024-02-19T22:01:37.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:36 smithi019 systemd[1]: Stopped Ceph mon.smithi019 for 5ac1995e-cf72-11ee-95bb-87774f69a715. 2024-02-19T22:01:37.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:36 smithi019 systemd[1]: Starting Ceph mon.smithi019 for 5ac1995e-cf72-11ee-95bb-87774f69a715... 2024-02-19T22:01:37.471 INFO:teuthology.orchestra.run.smithi019.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.404+0000 7fbdafed8880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.404+0000 7fbdafed8880 0 ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable), process ceph-mon, pid 7 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.404+0000 7fbdafed8880 0 pidfile_write: ignore empty --pid-file 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.408+0000 7fbdafed8880 0 load: jerasure load: lrc load: isa 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Compile date Feb 17 2024 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: DB SUMMARY 2024-02-19T22:01:37.687 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: CURRENT file: CURRENT 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 1, files: 000004.sst 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 000006.log size: 87003 ; 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.error_if_exists: 0 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.create_if_missing: 0 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T22:01:37.688 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.env: 0x56107f3fc080 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.fs: Posix File System 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.info_log: 0x5610802ce560 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.statistics: (nil) 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.use_fsync: 0 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T22:01:37.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.db_log_dir: 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T22:01:37.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.write_buffer_manager: 0x561080f3e450 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T22:01:37.693 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T22:01:37.694 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T22:01:37.694 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T22:01:37.694 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T22:01:37.694 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T22:01:37.694 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.unordered_write: 0 2024-02-19T22:01:37.694 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.row_cache: None 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.wal_filter: None 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.two_write_queues: 0 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T22:01:37.696 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.atomic_flush: 0 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T22:01:37.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_open_files: -1 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Compression algorithms supported: 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: kZSTD supported: 0 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: kXpressCompression supported: 0 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: kZlibCompression supported: 1 2024-02-19T22:01:37.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000005 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.merge_operator: 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_filter: None 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561080273d10) 2024-02-19T22:01:37.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cache_index_and_filter_blocks: 1 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: pin_top_level_index_and_filter: 1 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: index_type: 0 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: data_block_index_type: 0 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: index_shortening: 1 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: data_block_hash_table_util_ratio: 0.750000 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: hash_index_allow_collision: 1 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: checksum: 1 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: no_block_cache: 0 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: block_cache: 0x5610802a8f10 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: block_cache_name: BinnedLRUCache 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: block_cache_options: 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: capacity : 536870912 2024-02-19T22:01:37.700 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: num_shard_bits : 4 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: strict_capacity_limit : 0 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: high_pri_pool_ratio: 0.000 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: block_cache_compressed: (nil) 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: persistent_cache: (nil) 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: block_size: 4096 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: block_size_deviation: 10 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: block_restart_interval: 16 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: index_block_restart_interval: 1 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: metadata_block_size: 4096 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: partition_filters: 0 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: use_delta_encoding: 1 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: whole_key_filtering: 1 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: verify_compression: 0 2024-02-19T22:01:37.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: read_amp_bytes_per_bit: 0 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: format_version: 2 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: enable_index_compression: 1 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: block_align: 0 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compression: NoCompression 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.num_levels: 7 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T22:01:37.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T22:01:37.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T22:01:37.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T22:01:37.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.table_properties_collectors: 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.bloom_locality: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.ttl: 2592000 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.409+0000 7fbdafed8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T22:01:37.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.410+0000 7fbdafed8880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.410+0000 7fbdafed8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.410+0000 7fbdafed8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708380097411292, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.410+0000 7fbdafed8880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.410+0000 7fbdafed8880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.411+0000 7fbdafed8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708380097412234, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83712, "table_properties": {"data_size": 81979, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9462, "raw_average_key_size": 47, "raw_value_size": 76534, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708380097, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.411+0000 7fbdafed8880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.411+0000 7fbdafed8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708380097412643, "job": 1, "event": "recovery_finished"} 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.412+0000 7fbdafed8880 4 rocksdb: DB pointer 0x561080371800 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.412+0000 7fbd96cca700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.412+0000 7fbd96cca700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T22:01:37.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ** DB Stats ** 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ** Compaction Stats [default] ** 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: L0 2/0 83.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Sum 2/0 83.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2024-02-19T22:01:37.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ** Compaction Stats [default] ** 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Cumulative compaction: 0.00 GB write, 26.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Interval compaction: 0.00 GB write, 26.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ** Compaction Stats [default] ** 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: L0 2/0 83.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Sum 2/0 83.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ** Compaction Stats [default] ** 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.5 0.00 0.00 1 0.001 0 0 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T22:01:37.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Cumulative compaction: 0.00 GB write, 26.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.413+0000 7fbdafed8880 0 starting mon.smithi019 rank 0 at public addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] at bind addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi019 fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.414+0000 7fbdafed8880 1 mon.smithi019@-1(???) e1 preinit fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.414+0000 7fbdafed8880 0 mon.smithi019@-1(???).mds e1 new map 2024-02-19T22:01:37.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.414+0000 7fbdafed8880 0 mon.smithi019@-1(???).mds e1 print_map 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: e1 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: legacy client fscid: -1 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: No filesystems configured 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.414+0000 7fbdafed8880 0 mon.smithi019@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.414+0000 7fbdafed8880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.414+0000 7fbdafed8880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.414+0000 7fbdafed8880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:35.319951+0000 mon.smithi019 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.19:0/4082289795' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:01:37.414+0000 7fbdafed8880 1 mon.smithi019@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-19T22:01:37.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 bash[35175]: a676af7165856c15615940673050863e4abaad4f60943b28f4b4440cf00d0bfd 2024-02-19T22:01:37.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 systemd[1]: Started Ceph mon.smithi019 for 5ac1995e-cf72-11ee-95bb-87774f69a715. 2024-02-19T22:01:37.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:37.430709+0000 mon.smithi019 (mon.0) 1 : cluster [INF] mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2024-02-19T22:01:37.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:37.430757+0000 mon.smithi019 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} removed_ranks: {} 2024-02-19T22:01:37.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:37.431132+0000 mon.smithi019 (mon.0) 3 : cluster [DBG] fsmap 2024-02-19T22:01:37.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:37.431163+0000 mon.smithi019 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T22:01:37.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:37.431503+0000 mon.smithi019 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T22:01:38.517 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-19T22:01:38.518 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-19T22:01:38.518 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mgr... 2024-02-19T22:01:38.518 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying port 9283 ... 2024-02-19T22:01:38.665 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to reset failed state of unit ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mgr.smithi019.hotguf.service: Unit ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mgr.smithi019.hotguf.service not loaded. 2024-02-19T22:01:38.671 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715.target.wants/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mgr.smithi019.hotguf.service → /etc/systemd/system/ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@.service. 2024-02-19T22:01:39.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:38.084031+0000 mon.smithi019 (mon.0) 6 : audit [INF] from='client.? 172.21.15.19:0/1803423856' entity='client.admin' 2024-02-19T22:01:41.077 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2024-02-19T22:01:41.086 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-02-19T22:01:41.087 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-02-19T22:01:41.087 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T22:01:41.095 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2024-02-19T22:01:41.103 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-02-19T22:01:41.104 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-02-19T22:01:41.105 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-19T22:01:41.105 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr to start... 2024-02-19T22:01:41.105 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr... 2024-02-19T22:01:41.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:41.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-02-19T22:01:41.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "5ac1995e-cf72-11ee-95bb-87774f69a715", 2024-02-19T22:01:41.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2024-02-19T22:01:41.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T22:01:41.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T22:01:41.778 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:41.779 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T22:01:41.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T22:01:41.781 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2024-02-19T22:01:32.244973+0000", 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T22:01:41.782 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-02-19T22:01:42.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:41.769680+0000 mon.smithi019 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.19:0/2045499577' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T22:01:42.398 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (1/15)... 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "5ac1995e-cf72-11ee-95bb-87774f69a715", 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T22:01:45.011 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T22:01:45.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T22:01:45.013 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2024-02-19T22:01:32.244973+0000", 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-02-19T22:01:45.014 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:45.015 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T22:01:45.015 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-02-19T22:01:45.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:45.003922+0000 mon.smithi019 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.19:0/2637730961' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T22:01:45.635 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (2/15)... 2024-02-19T22:01:46.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:46.573731+0000 mon.smithi019 (mon.0) 9 : cluster [INF] Activating manager daemon smithi019.hotguf 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:46.576281+0000 mon.smithi019 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi019.hotguf(active, starting, since 0.00265505s) 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.577378+0000 mon.smithi019 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.577505+0000 mon.smithi019 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.577627+0000 mon.smithi019 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.577745+0000 mon.smithi019 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.578229+0000 mon.smithi019 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr metadata", "who": "smithi019.hotguf", "id": "smithi019.hotguf"}]: dispatch 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:46.592574+0000 mon.smithi019 (mon.0) 16 : cluster [INF] Manager daemon smithi019.hotguf is now available 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.601376+0000 mon.smithi019 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.606775+0000 mon.smithi019 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.hotguf/mirror_snapshot_schedule"}]: dispatch 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.610398+0000 mon.smithi019 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.hotguf/trash_purge_schedule"}]: dispatch 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.611937+0000 mon.smithi019 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' 2024-02-19T22:01:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:46.614123+0000 mon.smithi019 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.19:0/3145683990' entity='mgr.smithi019.hotguf' 2024-02-19T22:01:48.459 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "5ac1995e-cf72-11ee-95bb-87774f69a715", 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2024-02-19T22:01:48.460 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T22:01:48.461 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T22:01:48.464 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T22:01:48.465 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:48.466 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T22:01:48.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T22:01:48.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2024-02-19T22:01:32.244973+0000", 2024-02-19T22:01:48.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2024-02-19T22:01:48.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2024-02-19T22:01:48.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T22:01:48.467 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-02-19T22:01:48.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:47.579573+0000 mon.smithi019 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi019.hotguf(active, since 1.00594s) 2024-02-19T22:01:48.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:48.458324+0000 mon.smithi019 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.19:0/3989907161' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T22:01:48.932 INFO:teuthology.orchestra.run.smithi019.stderr:mgr is available 2024-02-19T22:01:49.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:49.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [global] 2024-02-19T22:01:49.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: fsid = 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:01:49.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T22:01:49.670 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [mgr] 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [osd] 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T22:01:49.671 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T22:01:50.255 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling cephadm module... 2024-02-19T22:01:50.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:49.579136+0000 mon.smithi019 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi019.hotguf(active, since 3s) 2024-02-19T22:01:50.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:49.669559+0000 mon.smithi019 (mon.0) 25 : audit [INF] from='client.? 172.21.15.19:0/1356305263' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T22:01:51.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:50.999843+0000 mon.smithi019 (mon.0) 26 : audit [INF] from='client.? 172.21.15.19:0/1558640155' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-19T22:01:52.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:51.583198+0000 mon.smithi019 (mon.0) 27 : audit [INF] from='client.? 172.21.15.19:0/1558640155' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-19T22:01:52.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:51.583254+0000 mon.smithi019 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi019.hotguf(active, since 5s) 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:57.105755+0000 mon.smithi019 (mon.0) 29 : cluster [INF] Active manager daemon smithi019.hotguf restarted 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:57.105968+0000 mon.smithi019 (mon.0) 30 : cluster [INF] Activating manager daemon smithi019.hotguf 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:57.108635+0000 mon.smithi019 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:57.108731+0000 mon.smithi019 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi019.hotguf(active, starting, since 0.00283893s) 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.109762+0000 mon.smithi019 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.110330+0000 mon.smithi019 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr metadata", "who": "smithi019.hotguf", "id": "smithi019.hotguf"}]: dispatch 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.110976+0000 mon.smithi019 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.111172+0000 mon.smithi019 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.111297+0000 mon.smithi019 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:57.113271+0000 mon.smithi019 (mon.0) 38 : cluster [INF] Manager daemon smithi019.hotguf is now available 2024-02-19T22:01:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.125883+0000 mon.smithi019 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:01:58.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:01:57.123301+0000 mgr.smithi019.hotguf (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-19T22:01:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.216074+0000 mon.smithi019 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:01:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.217040+0000 mon.smithi019 (mon.0) 41 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:01:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.218245+0000 mon.smithi019 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:01:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.219957+0000 mon.smithi019 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:01:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.235301+0000 mon.smithi019 (mon.0) 44 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.hotguf/mirror_snapshot_schedule"}]: dispatch 2024-02-19T22:01:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:57.238430+0000 mon.smithi019 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.hotguf/trash_purge_schedule"}]: dispatch 2024-02-19T22:01:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:01:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:58.111080+0000 mon.smithi019 (mon.0) 46 : cluster [DBG] mgrmap e7: smithi019.hotguf(active, since 1.00518s) 2024-02-19T22:01:59.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-02-19T22:01:59.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 8, 2024-02-19T22:01:59.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2024-02-19T22:01:59.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "active_name": "smithi019.hotguf", 2024-02-19T22:01:59.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T22:01:59.981 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-02-19T22:02:00.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:01:59.217971+0000 mon.smithi019 (mon.0) 47 : cluster [DBG] mgrmap e8: smithi019.hotguf(active, since 2s) 2024-02-19T22:02:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:01:59.452120+0000 mon.smithi019 (mon.0) 48 : audit [DBG] from='client.? 172.21.15.19:0/1249888309' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T22:02:01.207 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2024-02-19T22:02:01.207 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr epoch 8... 2024-02-19T22:02:01.735 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-02-19T22:02:01.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-19T22:02:01.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T22:02:01.736 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-02-19T22:02:02.321 INFO:teuthology.orchestra.run.smithi019.stderr:mgr epoch 8 is available 2024-02-19T22:02:02.321 INFO:teuthology.orchestra.run.smithi019.stderr:Setting orchestrator backend to cephadm... 2024-02-19T22:02:02.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:01.730324+0000 mgr.smithi019.hotguf (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T22:02:02.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:01.736344+0000 mgr.smithi019.hotguf (mgr.14116) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T22:02:04.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:03.011967+0000 mgr.smithi019.hotguf (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:04.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:03.018697+0000 mon.smithi019 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:04.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:03.051221+0000 mon.smithi019 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:02:04.296 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: value unchanged 2024-02-19T22:02:04.808 INFO:teuthology.orchestra.run.smithi019.stderr:Generating ssh key... 2024-02-19T22:02:05.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:04.297399+0000 mgr.smithi019.hotguf (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:06.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:05.557784+0000 mgr.smithi019.hotguf (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:06.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:05.558008+0000 mgr.smithi019.hotguf (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-19T22:02:06.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:05.874358+0000 mon.smithi019 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:06.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:05.876069+0000 mon.smithi019 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:07.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPNPXSaEDRpQ7xn55lr8KA9mD9krrvQLWwiAlr70RnX5FNkxuMDccXiErqITtGu1GEjf2JSbUVqH7UIhxc16prncGgqWKGcdcogGeFIQVZSb4encsqTct9Z40QkP11VPzXRqp6qnLZw6gmkb4rShjWqkSHNu4XbKkBl6H1qu5R3zMoA/sRrAMnmxNlpukh7f6pDdU4Ru6Vyn9LE+DeZTUz7ilXpouN6tCCSFVVqeD2vUPIpC71oz92Ahj3FOUK2BAsqT8lSU67EGLAUxLzIKxQE1zY7webyl4wHWLew57kPkYILod15Q1WeevlngTbK8jm56AYSidM0n9afevlJmBlqHOZCvaFGYX9YeW95NTfsLFzd7SVi8ZBiycDVn2YqzUUGVVy9dItgaYHG/q8yOB+a97V9g1PppAhe2CNHpB7CchjIsrM53cqLFlTQmoubuytEExSoa6zIyVp8XP+EvDSjuW/VHcQfXppL++fxRcbZYOvn6npq+AvqF9XRhN/ibE= ceph-5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:02:07.762 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-19T22:02:07.762 INFO:teuthology.orchestra.run.smithi019.stderr:Adding key to root@localhost authorized_keys... 2024-02-19T22:02:07.763 INFO:teuthology.orchestra.run.smithi019.stderr:Adding host smithi019... 2024-02-19T22:02:07.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:07.132208+0000 mgr.smithi019.hotguf (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:09.025 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Added host 'smithi019' with addr '172.21.15.19' 2024-02-19T22:02:09.051 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:08.393868+0000 mgr.smithi019.hotguf (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi019", "addr": "172.21.15.19", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:09.711 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mon service with default placement... 2024-02-19T22:02:10.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:09.024615+0000 mon.smithi019 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:10.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:09.024922+0000 mgr.smithi019.hotguf (mgr.14116) 10 : cephadm [INF] Added host smithi019 2024-02-19T22:02:10.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:09.035376+0000 mon.smithi019 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:02:10.444 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-19T22:02:11.331 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mgr service with default placement... 2024-02-19T22:02:11.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:10.438741+0000 mgr.smithi019.hotguf (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:11.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:10.439934+0000 mgr.smithi019.hotguf (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-19T22:02:11.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:10.444869+0000 mon.smithi019 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:12.096 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-19T22:02:12.772 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying crash service with default placement... 2024-02-19T22:02:13.356 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:12.094326+0000 mgr.smithi019.hotguf (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:13.356 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:12.095204+0000 mgr.smithi019.hotguf (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-19T22:02:13.357 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:12.097375+0000 mon.smithi019 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:13.943 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-19T22:02:14.481 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying prometheus service with default placement... 2024-02-19T22:02:15.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:13.830173+0000 mon.smithi019 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:15.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:13.838869+0000 mgr.smithi019.hotguf (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:15.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:13.840380+0000 mgr.smithi019.hotguf (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-19T22:02:15.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:13.842822+0000 mon.smithi019 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:15.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:14.154263+0000 mon.smithi019 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:15.237 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-19T22:02:15.965 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying grafana service with default placement... 2024-02-19T22:02:16.503 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:15.233842+0000 mgr.smithi019.hotguf (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:16.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:15.234673+0000 mgr.smithi019.hotguf (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-19T22:02:16.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:15.237912+0000 mon.smithi019 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:16.987 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-19T22:02:17.725 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:16.517110+0000 mon.smithi019 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:17.725 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:16.987182+0000 mon.smithi019 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:18.472 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying node-exporter service with default placement... 2024-02-19T22:02:18.747 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:16.983418+0000 mgr.smithi019.hotguf (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:18.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:16.984273+0000 mgr.smithi019.hotguf (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-19T22:02:18.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:17.112270+0000 mgr.smithi019.hotguf (mgr.14116) 21 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:02:19.181 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-19T22:02:19.838 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying alertmanager service with default placement... 2024-02-19T22:02:20.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:19.112492+0000 mgr.smithi019.hotguf (mgr.14116) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:02:20.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:19.178432+0000 mgr.smithi019.hotguf (mgr.14116) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:20.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:19.179321+0000 mgr.smithi019.hotguf (mgr.14116) 24 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-19T22:02:20.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:19.181531+0000 mon.smithi019 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:20.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-19T22:02:22.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:20.589251+0000 mgr.smithi019.hotguf (mgr.14116) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:22.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:20.590097+0000 mgr.smithi019.hotguf (mgr.14116) 26 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-19T22:02:22.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:20.592445+0000 mon.smithi019 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.19:0/910828864' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:22.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:21.112909+0000 mgr.smithi019.hotguf (mgr.14116) 27 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:02:22.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:22.019460+0000 mon.smithi019 (mon.0) 65 : audit [INF] from='client.? 172.21.15.19:0/4174346439' entity='client.admin' 2024-02-19T22:02:24.027 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling the dashboard module... 2024-02-19T22:02:24.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:23.113134+0000 mgr.smithi019.hotguf (mgr.14116) 28 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:02:24.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:23.405957+0000 mon.smithi019 (mon.0) 66 : audit [INF] from='client.? 172.21.15.19:0/417452840' entity='client.admin' 2024-02-19T22:02:25.662 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:24.846349+0000 mon.smithi019 (mon.0) 67 : audit [INF] from='client.? 172.21.15.19:0/3396824804' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-19T22:02:26.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:25.414214+0000 mon.smithi019 (mon.0) 68 : audit [INF] from='client.? 172.21.15.19:0/3396824804' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-19T22:02:26.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:25.414280+0000 mon.smithi019 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi019.hotguf(active, since 28s) 2024-02-19T22:02:26.874 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-02-19T22:02:26.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-19T22:02:26.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2024-02-19T22:02:26.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "active_name": "smithi019.hotguf", 2024-02-19T22:02:26.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T22:02:26.875 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-02-19T22:02:27.500 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2024-02-19T22:02:27.500 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr epoch 9... 2024-02-19T22:02:27.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:26.874905+0000 mon.smithi019 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.19:0/696564487' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T22:02:31.243 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:31.006743+0000 mon.smithi019 (mon.0) 71 : cluster [INF] Active manager daemon smithi019.hotguf restarted 2024-02-19T22:02:31.243 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:31.006979+0000 mon.smithi019 (mon.0) 72 : cluster [INF] Activating manager daemon smithi019.hotguf 2024-02-19T22:02:31.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:31.012900+0000 mon.smithi019 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-19T22:02:31.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:31.013002+0000 mon.smithi019 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi019.hotguf(active, starting, since 0.00610944s) 2024-02-19T22:02:31.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.013998+0000 mon.smithi019 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-19T22:02:31.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.014560+0000 mon.smithi019 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr metadata", "who": "smithi019.hotguf", "id": "smithi019.hotguf"}]: dispatch 2024-02-19T22:02:31.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.015240+0000 mon.smithi019 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T22:02:31.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.015391+0000 mon.smithi019 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T22:02:31.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.015534+0000 mon.smithi019 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T22:02:31.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:31.029261+0000 mon.smithi019 (mon.0) 80 : cluster [INF] Manager daemon smithi019.hotguf is now available 2024-02-19T22:02:32.017 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2024-02-19T22:02:32.017 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-19T22:02:32.017 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T22:02:32.017 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2024-02-19T22:02:32.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.128774+0000 mon.smithi019 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:02:32.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.130356+0000 mon.smithi019 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:02:32.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.156385+0000 mon.smithi019 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.hotguf/mirror_snapshot_schedule"}]: dispatch 2024-02-19T22:02:32.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:31.161588+0000 mon.smithi019 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.hotguf/trash_purge_schedule"}]: dispatch 2024-02-19T22:02:32.289 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:32.011466+0000 mon.smithi019 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi019.hotguf(active, since 1.00457s) 2024-02-19T22:02:33.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:32.011019+0000 mgr.smithi019.hotguf (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T22:02:33.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:32.017667+0000 mgr.smithi019.hotguf (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T22:02:33.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:33.005684+0000 mon.smithi019 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:33.421 INFO:teuthology.orchestra.run.smithi019.stderr:mgr epoch 9 is available 2024-02-19T22:02:33.421 INFO:teuthology.orchestra.run.smithi019.stderr:Generating a dashboard self-signed certificate... 2024-02-19T22:02:34.270 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-19T22:02:34.998 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial admin user... 2024-02-19T22:02:35.262 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:34.007317+0000 mon.smithi019 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi019.hotguf(active, since 3s) 2024-02-19T22:02:35.263 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:34.226546+0000 mgr.smithi019.hotguf (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:35.263 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:34.265679+0000 mon.smithi019 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:35.263 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:34.270890+0000 mon.smithi019 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:36.462 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$RkaQ3xbJk71OSpiPs0CTDOK5cuVfBxVg6YpPv8fLiSq5e1lqkusly", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708380156, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-19T22:02:36.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:36.217422+0000 mgr.smithi019.hotguf (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:36.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:36.462721+0000 mon.smithi019 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:37.168 INFO:teuthology.orchestra.run.smithi019.stderr:Fetching dashboard port number... 2024-02-19T22:02:37.957 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 8443 2024-02-19T22:02:38.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:37.511926+0000 mon.smithi019 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi019.hotguf(active, since 6s) 2024-02-19T22:02:38.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:37.958592+0000 mon.smithi019 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.19:0/4238370302' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-19T22:02:38.575 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: disabled 2024-02-19T22:02:38.583 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2024-02-19T22:02:38.584 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld.service is not enabled 2024-02-19T22:02:38.584 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-19T22:02:38.587 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph Dashboard is now available at: 2024-02-19T22:02:38.587 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:38.587 INFO:teuthology.orchestra.run.smithi019.stderr: URL: https://smithi019.front.sepia.ceph.com:8443/ 2024-02-19T22:02:38.587 INFO:teuthology.orchestra.run.smithi019.stderr: User: admin 2024-02-19T22:02:38.587 INFO:teuthology.orchestra.run.smithi019.stderr: Password: yi2hzjgx1o 2024-02-19T22:02:38.587 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:38.587 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling autotune for osd_memory_target 2024-02-19T22:02:40.798 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr:Or, if you are only running a single cluster on this host: 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-19T22:02:41.532 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:41.533 INFO:teuthology.orchestra.run.smithi019.stderr: ceph telemetry on 2024-02-19T22:02:41.533 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:41.533 INFO:teuthology.orchestra.run.smithi019.stderr:For more information see: 2024-02-19T22:02:41.533 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:41.533 INFO:teuthology.orchestra.run.smithi019.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-19T22:02:41.533 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:02:41.533 INFO:teuthology.orchestra.run.smithi019.stderr:Bootstrap complete. 2024-02-19T22:02:41.575 INFO:tasks.cephadm:Fetching config... 2024-02-19T22:02:41.575 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:02:41.575 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-19T22:02:41.595 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-19T22:02:41.596 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:02:41.596 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-19T22:02:41.655 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-19T22:02:41.655 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:02:41.655 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/keyring of=/dev/stdout 2024-02-19T22:02:41.725 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-19T22:02:41.725 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:02:41.725 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-19T22:02:41.784 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-19T22:02:41.784 DEBUG:teuthology.orchestra.run.smithi019:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPNPXSaEDRpQ7xn55lr8KA9mD9krrvQLWwiAlr70RnX5FNkxuMDccXiErqITtGu1GEjf2JSbUVqH7UIhxc16prncGgqWKGcdcogGeFIQVZSb4encsqTct9Z40QkP11VPzXRqp6qnLZw6gmkb4rShjWqkSHNu4XbKkBl6H1qu5R3zMoA/sRrAMnmxNlpukh7f6pDdU4Ru6Vyn9LE+DeZTUz7ilXpouN6tCCSFVVqeD2vUPIpC71oz92Ahj3FOUK2BAsqT8lSU67EGLAUxLzIKxQE1zY7webyl4wHWLew57kPkYILod15Q1WeevlngTbK8jm56AYSidM0n9afevlJmBlqHOZCvaFGYX9YeW95NTfsLFzd7SVi8ZBiycDVn2YqzUUGVVy9dItgaYHG/q8yOB+a97V9g1PppAhe2CNHpB7CchjIsrM53cqLFlTQmoubuytEExSoa6zIyVp8XP+EvDSjuW/VHcQfXppL++fxRcbZYOvn6npq+AvqF9XRhN/ibE= ceph-5ac1995e-cf72-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T22:02:41.865 INFO:teuthology.orchestra.run.smithi019.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPNPXSaEDRpQ7xn55lr8KA9mD9krrvQLWwiAlr70RnX5FNkxuMDccXiErqITtGu1GEjf2JSbUVqH7UIhxc16prncGgqWKGcdcogGeFIQVZSb4encsqTct9Z40QkP11VPzXRqp6qnLZw6gmkb4rShjWqkSHNu4XbKkBl6H1qu5R3zMoA/sRrAMnmxNlpukh7f6pDdU4Ru6Vyn9LE+DeZTUz7ilXpouN6tCCSFVVqeD2vUPIpC71oz92Ahj3FOUK2BAsqT8lSU67EGLAUxLzIKxQE1zY7webyl4wHWLew57kPkYILod15Q1WeevlngTbK8jm56AYSidM0n9afevlJmBlqHOZCvaFGYX9YeW95NTfsLFzd7SVi8ZBiycDVn2YqzUUGVVy9dItgaYHG/q8yOB+a97V9g1PppAhe2CNHpB7CchjIsrM53cqLFlTQmoubuytEExSoa6zIyVp8XP+EvDSjuW/VHcQfXppL++fxRcbZYOvn6npq+AvqF9XRhN/ibE= ceph-5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:02:41.879 DEBUG:teuthology.orchestra.run.smithi188:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPNPXSaEDRpQ7xn55lr8KA9mD9krrvQLWwiAlr70RnX5FNkxuMDccXiErqITtGu1GEjf2JSbUVqH7UIhxc16prncGgqWKGcdcogGeFIQVZSb4encsqTct9Z40QkP11VPzXRqp6qnLZw6gmkb4rShjWqkSHNu4XbKkBl6H1qu5R3zMoA/sRrAMnmxNlpukh7f6pDdU4Ru6Vyn9LE+DeZTUz7ilXpouN6tCCSFVVqeD2vUPIpC71oz92Ahj3FOUK2BAsqT8lSU67EGLAUxLzIKxQE1zY7webyl4wHWLew57kPkYILod15Q1WeevlngTbK8jm56AYSidM0n9afevlJmBlqHOZCvaFGYX9YeW95NTfsLFzd7SVi8ZBiycDVn2YqzUUGVVy9dItgaYHG/q8yOB+a97V9g1PppAhe2CNHpB7CchjIsrM53cqLFlTQmoubuytEExSoa6zIyVp8XP+EvDSjuW/VHcQfXppL++fxRcbZYOvn6npq+AvqF9XRhN/ibE= ceph-5ac1995e-cf72-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T22:02:41.925 INFO:teuthology.orchestra.run.smithi188.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDPNPXSaEDRpQ7xn55lr8KA9mD9krrvQLWwiAlr70RnX5FNkxuMDccXiErqITtGu1GEjf2JSbUVqH7UIhxc16prncGgqWKGcdcogGeFIQVZSb4encsqTct9Z40QkP11VPzXRqp6qnLZw6gmkb4rShjWqkSHNu4XbKkBl6H1qu5R3zMoA/sRrAMnmxNlpukh7f6pDdU4Ru6Vyn9LE+DeZTUz7ilXpouN6tCCSFVVqeD2vUPIpC71oz92Ahj3FOUK2BAsqT8lSU67EGLAUxLzIKxQE1zY7webyl4wHWLew57kPkYILod15Q1WeevlngTbK8jm56AYSidM0n9afevlJmBlqHOZCvaFGYX9YeW95NTfsLFzd7SVi8ZBiycDVn2YqzUUGVVy9dItgaYHG/q8yOB+a97V9g1PppAhe2CNHpB7CchjIsrM53cqLFlTQmoubuytEExSoa6zIyVp8XP+EvDSjuW/VHcQfXppL++fxRcbZYOvn6npq+AvqF9XRhN/ibE= ceph-5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:02:41.937 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-19T22:02:42.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:40.795906+0000 mon.smithi019 (mon.0) 93 : audit [INF] from='client.? 172.21.15.19:0/2152134266' entity='client.admin' 2024-02-19T22:02:45.562 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-19T22:02:45.562 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-19T22:02:45.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:44.694575+0000 mon.smithi019 (mon.0) 94 : audit [INF] from='client.? 172.21.15.19:0/1338190728' entity='client.admin' 2024-02-19T22:02:48.731 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi188 2024-02-19T22:02:48.732 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:02:48.732 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.conf 2024-02-19T22:02:48.754 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:02:48.754 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T22:02:48.814 INFO:tasks.cephadm:Adding host smithi188 to orchestrator... 2024-02-19T22:02:48.815 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch host add smithi188 2024-02-19T22:02:49.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:47.764943+0000 mon.smithi019 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:49.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:48.089254+0000 mon.smithi019 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:02:49.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:48.093247+0000 mon.smithi019 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:49.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:48.101527+0000 mgr.smithi019.hotguf (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi019 on smithi019 2024-02-19T22:02:49.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:48.143141+0000 mgr.smithi019.hotguf (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:02:49.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:48.146217+0000 mon.smithi019 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:52.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:51.016755+0000 mgr.smithi019.hotguf (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:02:54.127 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:53.017118+0000 mgr.smithi019.hotguf (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:02:56.250 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:55.017448+0000 mgr.smithi019.hotguf (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:02:58.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:57.017694+0000 mgr.smithi019.hotguf (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:02:58.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:57.378419+0000 mon.smithi019 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:02:58.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:57.380053+0000 mon.smithi019 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T22:02:58.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:57.382489+0000 mon.smithi019 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-19T22:02:58.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:57.383092+0000 mon.smithi019 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:02:58.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:02:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:57.383607+0000 mgr.smithi019.hotguf (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi019 on smithi019 2024-02-19T22:03:00.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:02:59.017908+0000 mgr.smithi019.hotguf (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:00.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:59.701685+0000 mon.smithi019 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:00.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:59.739133+0000 mon.smithi019 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:00.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:59.741710+0000 mon.smithi019 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:00.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:59.743653+0000 mon.smithi019 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T22:03:00.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:59.747075+0000 mon.smithi019 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:01.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:02:59.743993+0000 mgr.smithi019.hotguf (mgr.14156) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T22:03:01.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:02:59.754991+0000 mgr.smithi019.hotguf (mgr.14156) 14 : cephadm [INF] Deploying daemon grafana.smithi019 on smithi019 2024-02-19T22:03:01.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:01.155936+0000 mon.smithi019 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:02.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:01.018301+0000 mgr.smithi019.hotguf (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:04.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:03.018554+0000 mgr.smithi019.hotguf (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:06.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:05.018810+0000 mgr.smithi019.hotguf (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:08.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:07.019059+0000 mgr.smithi019.hotguf (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:10.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:09.019282+0000 mgr.smithi019.hotguf (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:12.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:11.019669+0000 mgr.smithi019.hotguf (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:14.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:13.019958+0000 mgr.smithi019.hotguf (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:14.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:13.620498+0000 mon.smithi019 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:15.665 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:13.622813+0000 mgr.smithi019.hotguf (mgr.14156) 22 : cephadm [INF] Deploying daemon node-exporter.smithi019 on smithi019 2024-02-19T22:03:16.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:15.020364+0000 mgr.smithi019.hotguf (mgr.14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:16.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:16.160026+0000 mon.smithi019 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:17.667 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:16.410205+0000 mon.smithi019 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:17.667 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:16.412386+0000 mon.smithi019 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-19T22:03:18.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:17.414372+0000 mon.smithi019 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.19:0/874764540' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-19T22:03:18.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:17.414428+0000 mon.smithi019 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi019.hotguf(active, since 46s) 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:22.965009+0000 mon.smithi019 (mon.0) 115 : cluster [INF] Active manager daemon smithi019.hotguf restarted 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:22.965316+0000 mon.smithi019 (mon.0) 116 : cluster [INF] Activating manager daemon smithi019.hotguf 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:22.968393+0000 mon.smithi019 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:22.968506+0000 mon.smithi019 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi019.hotguf(active, starting, since 0.00331614s) 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:22.969405+0000 mon.smithi019 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:22.970085+0000 mon.smithi019 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr metadata", "who": "smithi019.hotguf", "id": "smithi019.hotguf"}]: dispatch 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:22.970756+0000 mon.smithi019 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:22.971004+0000 mon.smithi019 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:22.971235+0000 mon.smithi019 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T22:03:23.201 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:22.985400+0000 mon.smithi019 (mon.0) 124 : cluster [INF] Manager daemon smithi019.hotguf is now available 2024-02-19T22:03:24.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:23.083864+0000 mon.smithi019 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:03:24.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:23.085958+0000 mon.smithi019 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:03:24.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:23.112956+0000 mon.smithi019 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:24.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:23.126711+0000 mon.smithi019 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.hotguf/mirror_snapshot_schedule"}]: dispatch 2024-02-19T22:03:24.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:23.131661+0000 mon.smithi019 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.hotguf/trash_purge_schedule"}]: dispatch 2024-02-19T22:03:24.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:23.970275+0000 mon.smithi019 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi019.hotguf(active, since 1.00509s) 2024-02-19T22:03:24.599 INFO:teuthology.orchestra.run.smithi188.stdout:Added host 'smithi188' with addr '172.21.15.188' 2024-02-19T22:03:25.272 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch host ls --format=json 2024-02-19T22:03:25.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:23.970589+0000 mgr.smithi019.hotguf (mgr.14180) 1 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:03:25.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:24.598758+0000 mon.smithi019 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:24.599091+0000 mgr.smithi019.hotguf (mgr.14180) 2 : cephadm [INF] Added host smithi188 2024-02-19T22:03:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:25.600255+0000 mon.smithi019 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi019.hotguf(active, since 2s) 2024-02-19T22:03:27.257 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:03:27.257 INFO:teuthology.orchestra.run.smithi188.stdout:[{"addr": "172.21.15.19", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "172.21.15.188", "hostname": "smithi188", "labels": [], "status": ""}] 2024-02-19T22:03:27.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:26.548546+0000 mon.smithi019 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:26.840781+0000 mon.smithi019 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:26.841662+0000 mon.smithi019 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:26.842278+0000 mon.smithi019 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:26.843340+0000 mgr.smithi019.hotguf (mgr.14180) 3 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:26.862440+0000 mgr.smithi019.hotguf (mgr.14180) 4 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:26.893248+0000 mon.smithi019 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:26.898582+0000 mon.smithi019 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:26.910156+0000 mgr.smithi019.hotguf (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi019 on smithi019 2024-02-19T22:03:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:27.257779+0000 mgr.smithi019.hotguf (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:03:27.940 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-19T22:03:27.941 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd crush tunables default 2024-02-19T22:03:30.827 INFO:teuthology.orchestra.run.smithi019.stderr:adjusted tunables profile to default 2024-02-19T22:03:31.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:30.770293+0000 mon.smithi019 (mon.0) 139 : audit [INF] from='client.? 172.21.15.19:0/3851651094' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-19T22:03:31.826 INFO:tasks.cephadm:Adding mon.smithi019 on smithi019 2024-02-19T22:03:31.826 INFO:tasks.cephadm:Adding mon.smithi188 on smithi188 2024-02-19T22:03:31.826 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch apply mon '2;smithi019:172.21.15.19=smithi019;smithi188:172.21.15.188=smithi188' 2024-02-19T22:03:32.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:30.825354+0000 mon.smithi019 (mon.0) 140 : audit [INF] from='client.? 172.21.15.19:0/3851651094' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-19T22:03:32.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:30.825397+0000 mon.smithi019 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T22:03:36.151 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled mon update... 2024-02-19T22:03:36.791 DEBUG:teuthology.orchestra.run.smithi188:mon.smithi188> sudo journalctl -f -n 0 -u ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi188.service 2024-02-19T22:03:36.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T22:03:36.794 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T22:03:36.823 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:-- Logs begin at Mon 2024-02-19 21:53:27 UTC. -- 2024-02-19T22:03:37.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:36.146772+0000 mgr.smithi019.hotguf (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi019:172.21.15.19=smithi019;smithi188:172.21.15.188=smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:03:37.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:36.148966+0000 mgr.smithi019.hotguf (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi019:172.21.15.19=smithi019;smithi188:172.21.15.188=smithi188;count:2 2024-02-19T22:03:37.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:36.151831+0000 mon.smithi019 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:38.812 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:03:38.812 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","modified":"2024-02-19T22:01:29.463562Z","created":"2024-02-19T22:01:29.463562Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T22:03:38.814 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-02-19T22:03:40.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:38.609318+0000 mon.smithi019 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:40.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:38.610417+0000 mon.smithi019 (mon.0) 144 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:03:40.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:38.813031+0000 mon.smithi019 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.188:0/1662747359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T22:03:40.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:39.118943+0000 mon.smithi019 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:40.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:39.579969+0000 mon.smithi019 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:40.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T22:03:40.512 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T22:03:43.771 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:03:43.771 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","modified":"2024-02-19T22:01:29.463562Z","created":"2024-02-19T22:01:29.463562Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T22:03:43.773 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-02-19T22:03:44.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:42.972401+0000 mgr.smithi019.hotguf (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:44.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:43.112743+0000 mon.smithi019 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:44.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:43.155075+0000 mon.smithi019 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:44.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:43.772076+0000 mon.smithi019 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.188:0/1177658530' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T22:03:44.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:43.915470+0000 mon.smithi019 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:44.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:43.916390+0000 mon.smithi019 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:03:45.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T22:03:45.429 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T22:03:46.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:44.972767+0000 mgr.smithi019.hotguf (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:48.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:46.973064+0000 mgr.smithi019.hotguf (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:48.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:47.759638+0000 mon.smithi019 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:48.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:47.760432+0000 mon.smithi019 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:03:48.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:47.761136+0000 mon.smithi019 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:03:49.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:47.762216+0000 mgr.smithi019.hotguf (mgr.14180) 12 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-02-19T22:03:49.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:47.998216+0000 mgr.smithi019.hotguf (mgr.14180) 13 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-02-19T22:03:49.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:48.533847+0000 mon.smithi019 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:49.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:48.536801+0000 mon.smithi019 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:03:49.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:48.539015+0000 mon.smithi019 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T22:03:49.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:48.541045+0000 mon.smithi019 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-19T22:03:49.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:48.541862+0000 mon.smithi019 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:03:50.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:48.542640+0000 mgr.smithi019.hotguf (mgr.14180) 14 : cephadm [INF] Deploying daemon crash.smithi188 on smithi188 2024-02-19T22:03:50.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:48.973289+0000 mgr.smithi019.hotguf (mgr.14180) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:52.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:50.973676+0000 mgr.smithi019.hotguf (mgr.14180) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:54.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:52.974043+0000 mgr.smithi019.hotguf (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:56.424 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:03:56.424 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","modified":"2024-02-19T22:01:29.463562Z","created":"2024-02-19T22:01:29.463562Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T22:03:56.425 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-02-19T22:03:56.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:54.974409+0000 mgr.smithi019.hotguf (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:03:57.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:56.424691+0000 mon.smithi019 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.188:0/2923009757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T22:03:58.397 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T22:03:58.398 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T22:03:58.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:03:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:56.974816+0000 mgr.smithi019.hotguf (mgr.14180) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:00.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:03:58.975105+0000 mgr.smithi019.hotguf (mgr.14180) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:00.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:59.046735+0000 mon.smithi019 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:00.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:59.049619+0000 mon.smithi019 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.naeqxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T22:04:00.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:59.051766+0000 mon.smithi019 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.naeqxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-19T22:04:00.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:59.052636+0000 mon.smithi019 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T22:04:00.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:03:59.053679+0000 mon.smithi019 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:00.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:03:59.054402+0000 mgr.smithi019.hotguf (mgr.14180) 21 : cephadm [INF] Deploying daemon mgr.smithi188.naeqxm on smithi188 2024-02-19T22:04:01.544 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:04:01.544 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","modified":"2024-02-19T22:01:29.463562Z","created":"2024-02-19T22:01:29.463562Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T22:04:01.545 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-02-19T22:04:02.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:00.975404+0000 mgr.smithi019.hotguf (mgr.14180) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:02.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:01.544198+0000 mon.smithi019 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.188:0/1727065501' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T22:04:03.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:02.064901+0000 mon.smithi019 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:03.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:02.067137+0000 mon.smithi019 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T22:04:03.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:02.067947+0000 mon.smithi019 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:03.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:02.068626+0000 mgr.smithi019.hotguf (mgr.14180) 23 : cephadm [INF] Deploying daemon mon.smithi188 on smithi188 2024-02-19T22:04:03.386 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T22:04:03.386 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T22:04:04.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:02.975711+0000 mgr.smithi019.hotguf (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:04.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:03.120303+0000 mon.smithi019 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:06.437 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:04:06.437 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","modified":"2024-02-19T22:01:29.463562Z","created":"2024-02-19T22:01:29.463562Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T22:04:06.438 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-02-19T22:04:06.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:04.976084+0000 mgr.smithi019.hotguf (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:06.884 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:06 smithi188 bash[39197]: 9a51e2681232188f97754edb1d6e27bed5f249f0438c41f4d7d54777d7e5c712 2024-02-19T22:04:06.885 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:06 smithi188 systemd[1]: Started Ceph mon.smithi188 for 5ac1995e-cf72-11ee-95bb-87774f69a715. 2024-02-19T22:04:08.348 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T22:04:08.349 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T22:04:12.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:06.656937+0000 mon.smithi019 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-19T22:04:12.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:06.657172+0000 mon.smithi019 (mon.0) 175 : cluster [INF] mon.smithi019 calling monitor election 2024-02-19T22:04:12.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:06.669823+0000 mon.smithi019 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:06.976339+0000 mgr.smithi019.hotguf (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:12.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:07.416624+0000 mon.smithi019 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.188:0/289225327' entity='mgr.smithi188.naeqxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.naeqxm/crt"}]: dispatch 2024-02-19T22:04:12.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:07.654117+0000 mon.smithi019 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:08.654362+0000 mon.smithi019 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:08.655258+0000 mon.smithi188 (mon.1) 1 : cluster [INF] mon.smithi188 calling monitor election 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:08.976633+0000 mgr.smithi019.hotguf (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:09.654260+0000 mon.smithi019 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:10.654445+0000 mon.smithi019 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:10.976983+0000 mgr.smithi019.hotguf (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:11.654602+0000 mon.smithi019 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:11.683845+0000 mon.smithi019 (mon.0) 183 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi188 in quorum (ranks 0,1) 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:11.692023+0000 mon.smithi019 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi188=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:11.692501+0000 mon.smithi019 (mon.0) 185 : cluster [DBG] fsmap 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:11.692537+0000 mon.smithi019 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:11.692763+0000 mon.smithi019 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi019.hotguf(active, since 48s) 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:11.692915+0000 mon.smithi019 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:11.693742+0000 mon.smithi019 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi188.naeqxm started 2024-02-19T22:04:12.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:11.695015+0000 mon.smithi019 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.188:0/289225327' entity='mgr.smithi188.naeqxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-19T22:04:12.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:11.696594+0000 mon.smithi019 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.188:0/289225327' entity='mgr.smithi188.naeqxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.naeqxm/key"}]: dispatch 2024-02-19T22:04:12.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:11.697060+0000 mon.smithi019 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.188:0/289225327' entity='mgr.smithi188.naeqxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-19T22:04:12.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:11.710236+0000 mon.smithi019 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:06.656937+0000 mon.smithi019 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:06.657172+0000 mon.smithi019 (mon.0) 175 : cluster [INF] mon.smithi019 calling monitor election 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:06.669823+0000 mon.smithi019 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:06.976339+0000 mgr.smithi019.hotguf (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:07.416624+0000 mon.smithi019 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.188:0/289225327' entity='mgr.smithi188.naeqxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.naeqxm/crt"}]: dispatch 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:07.654117+0000 mon.smithi019 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:08.654362+0000 mon.smithi019 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:08.655258+0000 mon.smithi188 (mon.1) 1 : cluster [INF] mon.smithi188 calling monitor election 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:08.976633+0000 mgr.smithi019.hotguf (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:12.101 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:09.654260+0000 mon.smithi019 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:10.654445+0000 mon.smithi019 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:10.976983+0000 mgr.smithi019.hotguf (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:11.654602+0000 mon.smithi019 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:11.683845+0000 mon.smithi019 (mon.0) 183 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi188 in quorum (ranks 0,1) 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:11.692023+0000 mon.smithi019 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi188=[v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0]} removed_ranks: {} 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:11.692501+0000 mon.smithi019 (mon.0) 185 : cluster [DBG] fsmap 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:11.692537+0000 mon.smithi019 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:11.692763+0000 mon.smithi019 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi019.hotguf(active, since 48s) 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:11.692915+0000 mon.smithi019 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:11.693742+0000 mon.smithi019 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi188.naeqxm started 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:11.695015+0000 mon.smithi019 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.188:0/289225327' entity='mgr.smithi188.naeqxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:11.696594+0000 mon.smithi019 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.188:0/289225327' entity='mgr.smithi188.naeqxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi188.naeqxm/key"}]: dispatch 2024-02-19T22:04:12.102 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:11.697060+0000 mon.smithi019 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.188:0/289225327' entity='mgr.smithi188.naeqxm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-19T22:04:12.103 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:11.710236+0000 mon.smithi019 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:13.032 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:11.712045+0000 mgr.smithi019.hotguf (mgr.14180) 29 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2024-02-19T22:04:13.032 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:11.754704+0000 mon.smithi019 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi019.hotguf(active, since 48s), standbys: smithi188.naeqxm 2024-02-19T22:04:13.032 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:11.754866+0000 mon.smithi019 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr metadata", "who": "smithi188.naeqxm", "id": "smithi188.naeqxm"}]: dispatch 2024-02-19T22:04:13.032 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:12.654732+0000 mon.smithi019 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:13.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:11.712045+0000 mgr.smithi019.hotguf (mgr.14180) 29 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2024-02-19T22:04:13.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:11.754704+0000 mon.smithi019 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi019.hotguf(active, since 48s), standbys: smithi188.naeqxm 2024-02-19T22:04:13.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:11.754866+0000 mon.smithi019 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr metadata", "who": "smithi188.naeqxm", "id": "smithi188.naeqxm"}]: dispatch 2024-02-19T22:04:13.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:12.654732+0000 mon.smithi019 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mon metadata", "id": "smithi188"}]: dispatch 2024-02-19T22:04:13.471 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-02-19T22:04:13.471 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":2,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","modified":"2024-02-19T22:04:06.654236Z","created":"2024-02-19T22:01:29.463562Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi188","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:3300","nonce":0},{"type":"v1","addr":"172.21.15.188:6789","nonce":0}]},"addr":"172.21.15.188:6789/0","public_addr":"172.21.15.188:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-19T22:04:13.472 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 2 2024-02-19T22:04:14.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:12.977324+0000 mgr.smithi019.hotguf (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:14.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:13.126016+0000 mon.smithi019 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:14.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:13.470531+0000 mon.smithi019 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.188:0/4039583389' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T22:04:14.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:12.977324+0000 mgr.smithi019.hotguf (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:14.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:13.126016+0000 mon.smithi019 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:14.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:13.470531+0000 mon.smithi019 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.188:0/4039583389' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T22:04:15.036 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-19T22:04:15.036 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph config generate-minimal-conf 2024-02-19T22:04:16.391 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:14.977767+0000 mgr.smithi019.hotguf (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:16.391 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:15.550862+0000 mon.smithi019 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:16.391 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:15.552243+0000 mon.smithi019 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:04:16.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:14.977767+0000 mgr.smithi019.hotguf (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:16.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:15.550862+0000 mon.smithi019 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:16.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:15.552243+0000 mon.smithi019 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:04:17.048 INFO:teuthology.orchestra.run.smithi019.stdout:# minimal ceph.conf for 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:04:17.048 INFO:teuthology.orchestra.run.smithi019.stdout:[global] 2024-02-19T22:04:17.048 INFO:teuthology.orchestra.run.smithi019.stdout: fsid = 5ac1995e-cf72-11ee-95bb-87774f69a715 2024-02-19T22:04:17.049 INFO:teuthology.orchestra.run.smithi019.stdout: mon_host = [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2024-02-19T22:04:17.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:16.978014+0000 mgr.smithi019.hotguf (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.049374+0000 mon.smithi019 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.19:0/3400409401' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.318155+0000 mon.smithi019 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.318999+0000 mon.smithi019 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.319806+0000 mon.smithi019 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:17.320806+0000 mgr.smithi019.hotguf (mgr.14180) 33 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:17.321098+0000 mgr.smithi019.hotguf (mgr.14180) 34 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.344327+0000 mon.smithi019 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.370344+0000 mon.smithi019 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.373670+0000 mon.smithi019 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:17.376320+0000 mgr.smithi019.hotguf (mgr.14180) 35 : cephadm [INF] Reconfiguring mon.smithi019 (unknown last config time)... 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.376554+0000 mon.smithi019 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.377181+0000 mon.smithi019 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:17.377752+0000 mon.smithi019 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:17.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:17.378275+0000 mgr.smithi019.hotguf (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mon.smithi019 on smithi019 2024-02-19T22:04:17.732 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-19T22:04:17.733 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:04:17.733 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.conf 2024-02-19T22:04:17.765 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:04:17.765 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T22:04:17.834 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:04:17.834 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.conf 2024-02-19T22:04:17.870 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:04:17.870 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T22:04:17.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:16.978014+0000 mgr.smithi019.hotguf (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.049374+0000 mon.smithi019 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.19:0/3400409401' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.318155+0000 mon.smithi019 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.318999+0000 mon.smithi019 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.319806+0000 mon.smithi019 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:17.320806+0000 mgr.smithi019.hotguf (mgr.14180) 33 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:17.321098+0000 mgr.smithi019.hotguf (mgr.14180) 34 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.344327+0000 mon.smithi019 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.370344+0000 mon.smithi019 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.373670+0000 mon.smithi019 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:17.376320+0000 mgr.smithi019.hotguf (mgr.14180) 35 : cephadm [INF] Reconfiguring mon.smithi019 (unknown last config time)... 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.376554+0000 mon.smithi019 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.377181+0000 mon.smithi019 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:17.377752+0000 mon.smithi019 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:17.378275+0000 mgr.smithi019.hotguf (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mon.smithi019 on smithi019 2024-02-19T22:04:17.940 INFO:tasks.cephadm:Deploying OSDs... 2024-02-19T22:04:17.940 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:04:17.940 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T22:04:17.958 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T22:04:17.959 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme1n1 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme1n1 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 187012 Links: 1 Device type: 103,1 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-19 22:02:45.448501077 +0000 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-19 22:00:52.767580126 +0000 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-19 22:00:52.767580126 +0000 2024-02-19T22:04:18.017 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-19T22:04:18.018 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-19T22:04:18.085 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-19T22:04:18.085 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-19T22:04:18.086 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000255867 s, 2.0 MB/s 2024-02-19T22:04:18.086 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-19T22:04:18.145 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme2n1 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme2n1 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 190915 Links: 1 Device type: 103,2 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-19 22:02:45.459500972 +0000 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-19 22:00:52.915578709 +0000 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-19 22:00:52.915578709 +0000 2024-02-19T22:04:18.204 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-19T22:04:18.205 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-19T22:04:18.271 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-19T22:04:18.271 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-19T22:04:18.272 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000253757 s, 2.0 MB/s 2024-02-19T22:04:18.273 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-19T22:04:18.333 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme3n1 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme3n1 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 190953 Links: 1 Device type: 103,3 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-19 22:02:45.469500876 +0000 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-19 22:00:53.064577282 +0000 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-19 22:00:53.064577282 +0000 2024-02-19T22:04:18.394 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-19T22:04:18.395 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-19T22:04:18.462 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-19T22:04:18.462 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-19T22:04:18.462 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000223009 s, 2.3 MB/s 2024-02-19T22:04:18.463 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-19T22:04:18.522 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme4n1 2024-02-19T22:04:18.583 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme4n1 2024-02-19T22:04:18.583 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T22:04:18.583 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 6h/6d Inode: 190978 Links: 1 Device type: 103,4 2024-02-19T22:04:18.583 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T22:04:18.583 INFO:teuthology.orchestra.run.smithi019.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T22:04:18.584 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2024-02-19 22:02:45.480500771 +0000 2024-02-19T22:04:18.584 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2024-02-19 22:00:53.213575856 +0000 2024-02-19T22:04:18.584 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2024-02-19 22:00:53.213575856 +0000 2024-02-19T22:04:18.584 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2024-02-19T22:04:18.584 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-19T22:04:18.650 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2024-02-19T22:04:18.651 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2024-02-19T22:04:18.651 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000338631 s, 1.5 MB/s 2024-02-19T22:04:18.652 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-19T22:04:18.711 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:04:18.712 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T22:04:18.733 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T22:04:18.733 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme1n1 2024-02-19T22:04:18.794 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme1n1 2024-02-19T22:04:18.794 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T22:04:18.794 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 183879 Links: 1 Device type: 103,1 2024-02-19T22:04:18.795 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T22:04:18.795 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T22:04:18.795 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-02-19 22:03:41.855271083 +0000 2024-02-19T22:04:18.795 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-02-19 22:00:54.401544815 +0000 2024-02-19T22:04:18.795 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-02-19 22:00:54.401544815 +0000 2024-02-19T22:04:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-02-19T22:04:18.795 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-19T22:04:18.866 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-02-19T22:04:18.866 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-02-19T22:04:18.867 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000313993 s, 1.6 MB/s 2024-02-19T22:04:18.867 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-19T22:04:18.928 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme2n1 2024-02-19T22:04:18.988 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme2n1 2024-02-19T22:04:18.989 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T22:04:18.989 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 191322 Links: 1 Device type: 103,2 2024-02-19T22:04:18.989 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T22:04:18.989 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T22:04:18.989 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-02-19 22:03:41.865270888 +0000 2024-02-19T22:04:18.989 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-02-19 22:00:54.551541872 +0000 2024-02-19T22:04:18.989 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-02-19 22:00:54.551541872 +0000 2024-02-19T22:04:18.990 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-02-19T22:04:18.990 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-19T22:04:19.057 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-02-19T22:04:19.057 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-02-19T22:04:19.058 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000294605 s, 1.7 MB/s 2024-02-19T22:04:19.059 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-19T22:04:19.120 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme3n1 2024-02-19T22:04:19.180 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme3n1 2024-02-19T22:04:19.180 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T22:04:19.180 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 191421 Links: 1 Device type: 103,3 2024-02-19T22:04:19.180 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T22:04:19.180 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T22:04:19.180 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-02-19 22:03:41.876270675 +0000 2024-02-19T22:04:19.180 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-02-19 22:00:54.696539027 +0000 2024-02-19T22:04:19.180 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-02-19 22:00:54.696539027 +0000 2024-02-19T22:04:19.181 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-02-19T22:04:19.181 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-19T22:04:19.239 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:18.131014+0000 mon.smithi019 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:19.248 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-02-19T22:04:19.248 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-02-19T22:04:19.249 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000202789 s, 2.5 MB/s 2024-02-19T22:04:19.250 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-19T22:04:19.310 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/nvme4n1 2024-02-19T22:04:19.370 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/nvme4n1 2024-02-19T22:04:19.370 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T22:04:19.370 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 6h/6d Inode: 194583 Links: 1 Device type: 103,4 2024-02-19T22:04:19.370 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T22:04:19.370 INFO:teuthology.orchestra.run.smithi188.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T22:04:19.370 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-02-19 22:03:41.887270462 +0000 2024-02-19T22:04:19.370 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-02-19 22:00:54.841536182 +0000 2024-02-19T22:04:19.371 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-02-19 22:00:54.841536182 +0000 2024-02-19T22:04:19.371 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-02-19T22:04:19.371 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-19T22:04:19.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:18.131014+0000 mon.smithi019 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:19.438 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-02-19T22:04:19.439 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-02-19T22:04:19.439 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000248024 s, 2.1 MB/s 2024-02-19T22:04:19.439 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-19T22:04:19.499 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-19T22:04:20.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:18.978210+0000 mgr.smithi019.hotguf (mgr.14180) 37 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:20.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:19.290198+0000 mon.smithi019 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:20.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:19.290785+0000 mgr.smithi019.hotguf (mgr.14180) 38 : cephadm [INF] Reconfiguring mgr.smithi019.hotguf (unknown last config time)... 2024-02-19T22:04:20.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:19.291037+0000 mon.smithi019 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.hotguf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T22:04:20.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:19.291744+0000 mon.smithi019 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T22:04:20.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:19.292350+0000 mon.smithi019 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:20.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:19.292915+0000 mgr.smithi019.hotguf (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon mgr.smithi019.hotguf on smithi019 2024-02-19T22:04:20.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:18.978210+0000 mgr.smithi019.hotguf (mgr.14180) 37 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:19.290198+0000 mon.smithi019 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:19.290785+0000 mgr.smithi019.hotguf (mgr.14180) 38 : cephadm [INF] Reconfiguring mgr.smithi019.hotguf (unknown last config time)... 2024-02-19T22:04:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:19.291037+0000 mon.smithi019 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.hotguf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T22:04:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:19.291744+0000 mon.smithi019 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T22:04:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:19.292350+0000 mon.smithi019 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:19.292915+0000 mgr.smithi019.hotguf (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon mgr.smithi019.hotguf on smithi019 2024-02-19T22:04:21.570 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled osd.all-available-devices update... 2024-02-19T22:04:21.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:20.572284+0000 mon.smithi019 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:21.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:20.572977+0000 mgr.smithi019.hotguf (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi019 (dependencies changed)... 2024-02-19T22:04:21.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:20.579764+0000 mgr.smithi019.hotguf (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi019 on smithi019 2024-02-19T22:04:21.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:20.978478+0000 mgr.smithi019.hotguf (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:20.572284+0000 mon.smithi019 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:20.572977+0000 mgr.smithi019.hotguf (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi019 (dependencies changed)... 2024-02-19T22:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:20.579764+0000 mgr.smithi019.hotguf (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi019 on smithi019 2024-02-19T22:04:21.860 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:20.978478+0000 mgr.smithi019.hotguf (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:22.195 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-19T22:04:22.195 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:04:22.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:21.565120+0000 mgr.smithi019.hotguf (mgr.14180) 43 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:04:22.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:21.566942+0000 mgr.smithi019.hotguf (mgr.14180) 44 : cephadm [INF] Marking host: smithi019 for OSDSpec preview refresh. 2024-02-19T22:04:22.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:21.567007+0000 mgr.smithi019.hotguf (mgr.14180) 45 : cephadm [INF] Marking host: smithi188 for OSDSpec preview refresh. 2024-02-19T22:04:22.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:21.567292+0000 mgr.smithi019.hotguf (mgr.14180) 46 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-19T22:04:22.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:21.570441+0000 mon.smithi019 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:22.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:21.565120+0000 mgr.smithi019.hotguf (mgr.14180) 43 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:04:22.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:21.566942+0000 mgr.smithi019.hotguf (mgr.14180) 44 : cephadm [INF] Marking host: smithi019 for OSDSpec preview refresh. 2024-02-19T22:04:22.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:21.567007+0000 mgr.smithi019.hotguf (mgr.14180) 45 : cephadm [INF] Marking host: smithi188 for OSDSpec preview refresh. 2024-02-19T22:04:22.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:21.567292+0000 mgr.smithi019.hotguf (mgr.14180) 46 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-19T22:04:22.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:21.570441+0000 mon.smithi019 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:23.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:22.978819+0000 mgr.smithi019.hotguf (mgr.14180) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:23.954 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:22.978819+0000 mgr.smithi019.hotguf (mgr.14180) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:24.974 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:04:25.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:24.974661+0000 mon.smithi019 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.19:0/635014159' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:24.974661+0000 mon.smithi019 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.19:0/635014159' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:26.209 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:24.979091+0000 mgr.smithi019.hotguf (mgr.14180) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:26.233 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T22:04:26.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:24.979091+0000 mgr.smithi019.hotguf (mgr.14180) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:27.234 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:04:28.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:26.979399+0000 mgr.smithi019.hotguf (mgr.14180) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:28.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:27.201249+0000 mon.smithi019 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:28.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:27.201837+0000 mgr.smithi019.hotguf (mgr.14180) 50 : cephadm [INF] Reconfiguring crash.smithi019 (monmap changed)... 2024-02-19T22:04:28.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:27.202089+0000 mon.smithi019 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T22:04:28.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:27.202743+0000 mon.smithi019 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:28.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:27.203261+0000 mgr.smithi019.hotguf (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon crash.smithi019 on smithi019 2024-02-19T22:04:28.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:26.979399+0000 mgr.smithi019.hotguf (mgr.14180) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:28.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:27.201249+0000 mon.smithi019 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:28.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:27.201837+0000 mgr.smithi019.hotguf (mgr.14180) 50 : cephadm [INF] Reconfiguring crash.smithi019 (monmap changed)... 2024-02-19T22:04:28.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:27.202089+0000 mon.smithi019 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T22:04:28.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:27.202743+0000 mon.smithi019 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:28.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:27.203261+0000 mgr.smithi019.hotguf (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon crash.smithi019 on smithi019 2024-02-19T22:04:29.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:28.637012+0000 mon.smithi019 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:29.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:28.637665+0000 mgr.smithi019.hotguf (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi019 (dependencies changed)... 2024-02-19T22:04:29.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:28.671274+0000 mgr.smithi019.hotguf (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi019 on smithi019 2024-02-19T22:04:29.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:28.979896+0000 mgr.smithi019.hotguf (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:29.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:28.637012+0000 mon.smithi019 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:29.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:28.637665+0000 mgr.smithi019.hotguf (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi019 (dependencies changed)... 2024-02-19T22:04:29.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:28.671274+0000 mgr.smithi019.hotguf (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi019 on smithi019 2024-02-19T22:04:29.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:28.979896+0000 mgr.smithi019.hotguf (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:31.463 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:04:32.208 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:30.980251+0000 mgr.smithi019.hotguf (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:32.208 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:31.464037+0000 mon.smithi019 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.19:0/3920700124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:32.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:30.980251+0000 mgr.smithi019.hotguf (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:32.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:31.464037+0000 mon.smithi019 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.19:0/3920700124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:32.687 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T22:04:33.688 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:04:34.290 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:32.980484+0000 mgr.smithi019.hotguf (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:34.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:32.980484+0000 mgr.smithi019.hotguf (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:36.199 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:04:36.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:34.980790+0000 mgr.smithi019.hotguf (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:36.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:35.293531+0000 mon.smithi019 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:36.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:35.294410+0000 mgr.smithi019.hotguf (mgr.14180) 58 : cephadm [INF] Reconfiguring prometheus.smithi019 (dependencies changed)... 2024-02-19T22:04:36.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:35.298700+0000 mgr.smithi019.hotguf (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi019 on smithi019 2024-02-19T22:04:36.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:35.957922+0000 mon.smithi019 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.19:0/3730874829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:34.980790+0000 mgr.smithi019.hotguf (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:35.293531+0000 mon.smithi019 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:35.294410+0000 mgr.smithi019.hotguf (mgr.14180) 58 : cephadm [INF] Reconfiguring prometheus.smithi019 (dependencies changed)... 2024-02-19T22:04:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:35.298700+0000 mgr.smithi019.hotguf (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi019 on smithi019 2024-02-19T22:04:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:35.957922+0000 mon.smithi019 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.19:0/3730874829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:36.826 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T22:04:37.828 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:04:38.469 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:36.981071+0000 mgr.smithi019.hotguf (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:38.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:36.981071+0000 mgr.smithi019.hotguf (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:40.503 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:38.981424+0000 mgr.smithi019.hotguf (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:40.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:38.981424+0000 mgr.smithi019.hotguf (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:41.336 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:04:41.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:41.184239+0000 mon.smithi019 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.19:0/1349887839' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:41.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:41.184239+0000 mon.smithi019 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.19:0/1349887839' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:41.995 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T22:04:42.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:40.981701+0000 mgr.smithi019.hotguf (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:42.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:40.981701+0000 mgr.smithi019.hotguf (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:42.996 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:04:43.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:42.528662+0000 mon.smithi019 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:43.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:42.529245+0000 mgr.smithi019.hotguf (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi188 (monmap changed)... 2024-02-19T22:04:43.678 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:42.529462+0000 mon.smithi019 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T22:04:43.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:42.530137+0000 mon.smithi019 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:43.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:42.530657+0000 mgr.smithi019.hotguf (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi188 on smithi188 2024-02-19T22:04:43.679 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:42.981982+0000 mgr.smithi019.hotguf (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:43.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:42.528662+0000 mon.smithi019 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:43.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:42.529245+0000 mgr.smithi019.hotguf (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi188 (monmap changed)... 2024-02-19T22:04:43.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:42.529462+0000 mon.smithi019 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi188", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T22:04:43.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:42.530137+0000 mon.smithi019 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:43.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:42.530657+0000 mgr.smithi019.hotguf (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi188 on smithi188 2024-02-19T22:04:43.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:42.981982+0000 mgr.smithi019.hotguf (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:44.950 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:04:45.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:43.823063+0000 mon.smithi019 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:45.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:43.823563+0000 mgr.smithi019.hotguf (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi188.naeqxm (monmap changed)... 2024-02-19T22:04:45.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:43.823814+0000 mon.smithi019 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.naeqxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T22:04:45.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:43.824544+0000 mon.smithi019 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T22:04:45.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:43.825139+0000 mon.smithi019 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:45.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:43.825663+0000 mgr.smithi019.hotguf (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi188.naeqxm on smithi188 2024-02-19T22:04:45.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:43.823063+0000 mon.smithi019 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:45.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:43.823563+0000 mgr.smithi019.hotguf (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi188.naeqxm (monmap changed)... 2024-02-19T22:04:45.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:43.823814+0000 mon.smithi019 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi188.naeqxm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T22:04:45.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:43.824544+0000 mon.smithi019 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T22:04:45.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:43.825139+0000 mon.smithi019 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:45.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:43.825663+0000 mgr.smithi019.hotguf (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi188.naeqxm on smithi188 2024-02-19T22:04:45.589 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T22:04:46.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:44.951034+0000 mon.smithi019 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.19:0/1489479132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:44.982234+0000 mgr.smithi019.hotguf (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:45.088655+0000 mon.smithi019 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:45.089216+0000 mgr.smithi019.hotguf (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi188 (monmap changed)... 2024-02-19T22:04:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:45.089457+0000 mon.smithi019 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T22:04:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:45.090021+0000 mon.smithi019 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T22:04:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:45.090516+0000 mon.smithi019 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:04:45.090977+0000 mgr.smithi019.hotguf (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi188 on smithi188 2024-02-19T22:04:46.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:44.951034+0000 mon.smithi019 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.19:0/1489479132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:44.982234+0000 mgr.smithi019.hotguf (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:45.088655+0000 mon.smithi019 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:45.089216+0000 mgr.smithi019.hotguf (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi188 (monmap changed)... 2024-02-19T22:04:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:45.089457+0000 mon.smithi019 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T22:04:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:45.090021+0000 mon.smithi019 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T22:04:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:45.090516+0000 mon.smithi019 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:04:45.090977+0000 mgr.smithi019.hotguf (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi188 on smithi188 2024-02-19T22:04:46.590 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.567375+0000 mon.smithi019 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.570645+0000 mon.smithi019 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.571102+0000 mgr.smithi019.hotguf (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.572281+0000 mon.smithi019 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.572588+0000 mgr.smithi019.hotguf (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.577460+0000 mon.smithi019 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.582664+0000 mon.smithi019 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.583074+0000 mgr.smithi019.hotguf (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.588755+0000 mon.smithi019 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.589131+0000 mgr.smithi019.hotguf (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-02-19T22:04:47.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.596339+0000 mon.smithi019 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:47.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.602458+0000 mon.smithi019 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T22:04:47.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.602989+0000 mgr.smithi019.hotguf (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T22:04:47.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.608786+0000 mon.smithi019 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2024-02-19T22:04:47.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.609267+0000 mgr.smithi019.hotguf (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2024-02-19T22:04:47.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.615625+0000 mon.smithi019 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:47.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:46.619679+0000 mon.smithi019 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:04:47.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:46.982470+0000 mgr.smithi019.hotguf (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:47.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.567375+0000 mon.smithi019 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.570645+0000 mon.smithi019 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.571102+0000 mgr.smithi019.hotguf (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.572281+0000 mon.smithi019 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.572588+0000 mgr.smithi019.hotguf (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.577460+0000 mon.smithi019 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.582664+0000 mon.smithi019 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.583074+0000 mgr.smithi019.hotguf (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.588755+0000 mon.smithi019 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.589131+0000 mgr.smithi019.hotguf (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.596339+0000 mon.smithi019 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.602458+0000 mon.smithi019 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.602989+0000 mgr.smithi019.hotguf (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T22:04:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.608786+0000 mon.smithi019 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2024-02-19T22:04:47.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.609267+0000 mgr.smithi019.hotguf (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2024-02-19T22:04:47.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.615625+0000 mon.smithi019 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:47.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:46.619679+0000 mon.smithi019 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:04:47.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:46.982470+0000 mgr.smithi019.hotguf (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:48.683 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:04:50.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:48.664572+0000 mon.smithi019 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:50.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:48.684133+0000 mon.smithi019 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.19:0/2654016933' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:50.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:48.947530+0000 mon.smithi019 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:50.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:48.982739+0000 mgr.smithi019.hotguf (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:50.047 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T22:04:50.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:48.664572+0000 mon.smithi019 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:50.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:48.684133+0000 mon.smithi019 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.19:0/2654016933' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:50.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:48.947530+0000 mon.smithi019 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:50.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:48.982739+0000 mgr.smithi019.hotguf (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:51.049 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:04:52.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:50.982986+0000 mgr.smithi019.hotguf (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:52.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:50.982986+0000 mgr.smithi019.hotguf (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:54.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:52.983317+0000 mgr.smithi019.hotguf (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:54.081 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:04:54.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:52.983317+0000 mgr.smithi019.hotguf (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:54.850 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T22:04:55.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:54.082256+0000 mon.smithi019 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.19:0/3908142372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:55.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:54.273667+0000 mon.smithi019 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:54.996480+0000 mon.smithi019 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:54.997214+0000 mon.smithi019 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:54.997786+0000 mon.smithi019 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:55.001320+0000 mon.smithi019 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:55.004745+0000 mon.smithi019 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:55.007393+0000 mon.smithi019 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:55.008316+0000 mon.smithi019 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:55.008493+0000 mon.smithi019 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:55.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:55.008941+0000 mon.smithi019 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:55.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:54.082256+0000 mon.smithi019 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.19:0/3908142372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:55.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:54.273667+0000 mon.smithi019 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:55.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:54.996480+0000 mon.smithi019 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:55.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:54.997214+0000 mon.smithi019 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:55.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:54.997786+0000 mon.smithi019 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:04:55.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:55.001320+0000 mon.smithi019 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:04:55.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:55.004745+0000 mon.smithi019 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:04:55.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:55.007393+0000 mon.smithi019 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T22:04:55.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:55.008316+0000 mon.smithi019 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T22:04:55.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:55.008493+0000 mon.smithi019 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:55.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:55.008941+0000 mon.smithi019 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:04:55.851 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:04:56.453 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:54.983541+0000 mgr.smithi019.hotguf (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:56.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:54.983541+0000 mgr.smithi019.hotguf (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:56.983818+0000 mgr.smithi019.hotguf (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:57.774806+0000 mon.smithi188 (mon.1) 2 : audit [INF] from='client.? 172.21.15.188:0/1418525573' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a13654a-eb66-4389-9a5b-6936f6e67c4c"}]: dispatch 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:57.775206+0000 mon.smithi019 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a13654a-eb66-4389-9a5b-6936f6e67c4c"}]: dispatch 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:57.779277+0000 mon.smithi019 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4a13654a-eb66-4389-9a5b-6936f6e67c4c"}]': finished 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:57.779330+0000 mon.smithi019 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:57.779426+0000 mon.smithi019 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:57.852942+0000 mon.smithi019 (mon.0) 268 : audit [INF] from='client.? 172.21.15.19:0/2905235198' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "539c138f-a461-4437-a4de-3e1185ef92e5"}]: dispatch 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:57.857063+0000 mon.smithi019 (mon.0) 269 : audit [INF] from='client.? 172.21.15.19:0/2905235198' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "539c138f-a461-4437-a4de-3e1185ef92e5"}]': finished 2024-02-19T22:04:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:57.857110+0000 mon.smithi019 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-19T22:04:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:57.857221+0000 mon.smithi019 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:04:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:57.857582+0000 mon.smithi019 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:56.983818+0000 mgr.smithi019.hotguf (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:57.774806+0000 mon.smithi188 (mon.1) 2 : audit [INF] from='client.? 172.21.15.188:0/1418525573' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a13654a-eb66-4389-9a5b-6936f6e67c4c"}]: dispatch 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:57.775206+0000 mon.smithi019 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a13654a-eb66-4389-9a5b-6936f6e67c4c"}]: dispatch 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:57.779277+0000 mon.smithi019 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4a13654a-eb66-4389-9a5b-6936f6e67c4c"}]': finished 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:57.779330+0000 mon.smithi019 (mon.0) 266 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:57.779426+0000 mon.smithi019 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:57.852942+0000 mon.smithi019 (mon.0) 268 : audit [INF] from='client.? 172.21.15.19:0/2905235198' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "539c138f-a461-4437-a4de-3e1185ef92e5"}]: dispatch 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:57.857063+0000 mon.smithi019 (mon.0) 269 : audit [INF] from='client.? 172.21.15.19:0/2905235198' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "539c138f-a461-4437-a4de-3e1185ef92e5"}]': finished 2024-02-19T22:04:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:57.857110+0000 mon.smithi019 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-19T22:04:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:57.857221+0000 mon.smithi019 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:04:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:57.857582+0000 mon.smithi019 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:04:58.738 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:04:59.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:58.739322+0000 mon.smithi019 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.19:0/140130511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:59.521 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:04:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:59.156028+0000 mon.smithi188 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.188:0/3919878642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:04:59.538 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708380297,"num_remapped_pgs":0} 2024-02-19T22:04:59.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:58.739322+0000 mon.smithi019 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.19:0/140130511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:04:59.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:04:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:59.156028+0000 mon.smithi188 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.188:0/3919878642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:00.540 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:00.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:04:58.983993+0000 mgr.smithi019.hotguf (mgr.14180) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:00.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:04:59.357107+0000 mon.smithi019 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.19:0/794581380' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:00.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:04:58.983993+0000 mgr.smithi019.hotguf (mgr.14180) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:00.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:04:59.357107+0000 mon.smithi019 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.19:0/794581380' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:02.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:00.984198+0000 mgr.smithi019.hotguf (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:02.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.653551+0000 mon.smithi188 (mon.1) 4 : audit [INF] from='client.? 172.21.15.188:0/1298294513' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e515028-f8eb-4af3-b3c4-6a5605ad0a49"}]: dispatch 2024-02-19T22:05:02.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.653963+0000 mon.smithi019 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e515028-f8eb-4af3-b3c4-6a5605ad0a49"}]: dispatch 2024-02-19T22:05:02.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.659649+0000 mon.smithi019 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e515028-f8eb-4af3-b3c4-6a5605ad0a49"}]': finished 2024-02-19T22:05:02.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:01.659694+0000 mon.smithi019 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-19T22:05:02.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.659818+0000 mon.smithi019 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:02.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.660181+0000 mon.smithi019 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.660396+0000 mon.smithi019 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.897735+0000 mon.smithi019 (mon.0) 281 : audit [INF] from='client.? 172.21.15.19:0/2051165462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "756be0b5-af8b-448e-9593-84968f4b970c"}]: dispatch 2024-02-19T22:05:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.906129+0000 mon.smithi019 (mon.0) 282 : audit [INF] from='client.? 172.21.15.19:0/2051165462' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "756be0b5-af8b-448e-9593-84968f4b970c"}]': finished 2024-02-19T22:05:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:01.906174+0000 mon.smithi019 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-19T22:05:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.906294+0000 mon.smithi019 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.906558+0000 mon.smithi019 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.906761+0000 mon.smithi019 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:01.906939+0000 mon.smithi019 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:02.631 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:00.984198+0000 mgr.smithi019.hotguf (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.653551+0000 mon.smithi188 (mon.1) 4 : audit [INF] from='client.? 172.21.15.188:0/1298294513' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e515028-f8eb-4af3-b3c4-6a5605ad0a49"}]: dispatch 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.653963+0000 mon.smithi019 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e515028-f8eb-4af3-b3c4-6a5605ad0a49"}]: dispatch 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.659649+0000 mon.smithi019 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e515028-f8eb-4af3-b3c4-6a5605ad0a49"}]': finished 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:01.659694+0000 mon.smithi019 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.659818+0000 mon.smithi019 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.660181+0000 mon.smithi019 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.660396+0000 mon.smithi019 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.897735+0000 mon.smithi019 (mon.0) 281 : audit [INF] from='client.? 172.21.15.19:0/2051165462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "756be0b5-af8b-448e-9593-84968f4b970c"}]: dispatch 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.906129+0000 mon.smithi019 (mon.0) 282 : audit [INF] from='client.? 172.21.15.19:0/2051165462' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "756be0b5-af8b-448e-9593-84968f4b970c"}]': finished 2024-02-19T22:05:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:01.906174+0000 mon.smithi019 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-19T22:05:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.906294+0000 mon.smithi019 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.906558+0000 mon.smithi019 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.906761+0000 mon.smithi019 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:01.906939+0000 mon.smithi019 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:03.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:02.632006+0000 mon.smithi019 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.19:0/886666372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:03.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:02.888945+0000 mon.smithi188 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.188:0/2589204738' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:03.428 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1708380301,"num_remapped_pgs":0} 2024-02-19T22:05:03.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:02.632006+0000 mon.smithi019 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.19:0/886666372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:03.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:02.888945+0000 mon.smithi188 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.188:0/2589204738' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:04.428 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:04.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:02.984442+0000 mgr.smithi019.hotguf (mgr.14180) 85 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:04.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:03.423682+0000 mon.smithi019 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.19:0/3125249936' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:04.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:02.984442+0000 mgr.smithi019.hotguf (mgr.14180) 85 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:04.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:03.423682+0000 mon.smithi019 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.19:0/3125249936' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:06.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:04.984707+0000 mgr.smithi019.hotguf (mgr.14180) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:06.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.397660+0000 mon.smithi188 (mon.1) 6 : audit [INF] from='client.? 172.21.15.188:0/4146160007' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "867fcc9c-341c-419c-a143-5019d7971c54"}]: dispatch 2024-02-19T22:05:06.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.398215+0000 mon.smithi019 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "867fcc9c-341c-419c-a143-5019d7971c54"}]: dispatch 2024-02-19T22:05:06.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.401896+0000 mon.smithi019 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "867fcc9c-341c-419c-a143-5019d7971c54"}]': finished 2024-02-19T22:05:06.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:05.401949+0000 mon.smithi019 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.402043+0000 mon.smithi019 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.402279+0000 mon.smithi019 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.402431+0000 mon.smithi019 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.402575+0000 mon.smithi019 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.402719+0000 mon.smithi019 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.968383+0000 mon.smithi019 (mon.0) 298 : audit [INF] from='client.? 172.21.15.19:0/2849376186' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5957350-8d32-4b03-b2fb-86d462b7ac9c"}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.972112+0000 mon.smithi019 (mon.0) 299 : audit [INF] from='client.? 172.21.15.19:0/2849376186' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5957350-8d32-4b03-b2fb-86d462b7ac9c"}]': finished 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:05.972151+0000 mon.smithi019 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.972246+0000 mon.smithi019 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.972584+0000 mon.smithi019 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.972799+0000 mon.smithi019 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.973018+0000 mon.smithi019 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.973233+0000 mon.smithi019 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:05.973447+0000 mon.smithi019 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:06.639 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:06.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:04.984707+0000 mgr.smithi019.hotguf (mgr.14180) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:06.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.397660+0000 mon.smithi188 (mon.1) 6 : audit [INF] from='client.? 172.21.15.188:0/4146160007' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "867fcc9c-341c-419c-a143-5019d7971c54"}]: dispatch 2024-02-19T22:05:06.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.398215+0000 mon.smithi019 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "867fcc9c-341c-419c-a143-5019d7971c54"}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.401896+0000 mon.smithi019 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "867fcc9c-341c-419c-a143-5019d7971c54"}]': finished 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:05.401949+0000 mon.smithi019 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.402043+0000 mon.smithi019 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.402279+0000 mon.smithi019 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.402431+0000 mon.smithi019 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.402575+0000 mon.smithi019 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.402719+0000 mon.smithi019 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.968383+0000 mon.smithi019 (mon.0) 298 : audit [INF] from='client.? 172.21.15.19:0/2849376186' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5957350-8d32-4b03-b2fb-86d462b7ac9c"}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.972112+0000 mon.smithi019 (mon.0) 299 : audit [INF] from='client.? 172.21.15.19:0/2849376186' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5957350-8d32-4b03-b2fb-86d462b7ac9c"}]': finished 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:05.972151+0000 mon.smithi019 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.972246+0000 mon.smithi019 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.972584+0000 mon.smithi019 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.972799+0000 mon.smithi019 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.973018+0000 mon.smithi019 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.973233+0000 mon.smithi019 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:06.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:05.973447+0000 mon.smithi019 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:07.404 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:06.604105+0000 mon.smithi188 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.188:0/3292460684' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:07.404 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:06.639397+0000 mon.smithi019 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.19:0/1387398628' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:07.422 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1708380305,"num_remapped_pgs":0} 2024-02-19T22:05:07.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:06.604105+0000 mon.smithi188 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.188:0/3292460684' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:07.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:06.639397+0000 mon.smithi019 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.19:0/1387398628' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:08.424 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:08.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:06.984930+0000 mgr.smithi019.hotguf (mgr.14180) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:08.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:07.458307+0000 mon.smithi019 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.19:0/4148541198' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:08.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:06.984930+0000 mgr.smithi019.hotguf (mgr.14180) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:08.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:07.458307+0000 mon.smithi019 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.19:0/4148541198' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:09.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.119846+0000 mon.smithi188 (mon.1) 8 : audit [INF] from='client.? 172.21.15.188:0/2436974948' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9e5a6be2-1cb5-4949-88a2-793f09a7ef1a"}]: dispatch 2024-02-19T22:05:09.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.120262+0000 mon.smithi019 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9e5a6be2-1cb5-4949-88a2-793f09a7ef1a"}]: dispatch 2024-02-19T22:05:09.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.124485+0000 mon.smithi019 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e5a6be2-1cb5-4949-88a2-793f09a7ef1a"}]': finished 2024-02-19T22:05:09.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:09.124532+0000 mon.smithi019 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-19T22:05:09.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.124619+0000 mon.smithi019 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:09.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.124889+0000 mon.smithi019 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:09.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.125036+0000 mon.smithi019 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:09.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.125197+0000 mon.smithi019 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:09.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.125353+0000 mon.smithi019 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:09.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.125509+0000 mon.smithi019 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:09.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:09.125662+0000 mon.smithi019 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.119846+0000 mon.smithi188 (mon.1) 8 : audit [INF] from='client.? 172.21.15.188:0/2436974948' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9e5a6be2-1cb5-4949-88a2-793f09a7ef1a"}]: dispatch 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.120262+0000 mon.smithi019 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9e5a6be2-1cb5-4949-88a2-793f09a7ef1a"}]: dispatch 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.124485+0000 mon.smithi019 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e5a6be2-1cb5-4949-88a2-793f09a7ef1a"}]': finished 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:09.124532+0000 mon.smithi019 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.124619+0000 mon.smithi019 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.124889+0000 mon.smithi019 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.125036+0000 mon.smithi019 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.125197+0000 mon.smithi019 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.125353+0000 mon.smithi019 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.125509+0000 mon.smithi019 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:09.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:09.125662+0000 mon.smithi019 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:10.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:08.985125+0000 mgr.smithi019.hotguf (mgr.14180) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:10.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.015347+0000 mon.smithi019 (mon.0) 319 : audit [INF] from='client.? 172.21.15.19:0/1551791069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "466b38d7-4afc-42e8-a98b-da031749550f"}]: dispatch 2024-02-19T22:05:10.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.019642+0000 mon.smithi019 (mon.0) 320 : audit [INF] from='client.? 172.21.15.19:0/1551791069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "466b38d7-4afc-42e8-a98b-da031749550f"}]': finished 2024-02-19T22:05:10.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:10.019682+0000 mon.smithi019 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-19T22:05:10.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.019777+0000 mon.smithi019 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.020164+0000 mon.smithi019 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.020390+0000 mon.smithi019 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.020618+0000 mon.smithi019 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.020852+0000 mon.smithi019 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.021079+0000 mon.smithi019 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.021298+0000 mon.smithi019 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.021518+0000 mon.smithi019 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:10.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:08.985125+0000 mgr.smithi019.hotguf (mgr.14180) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:10.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.015347+0000 mon.smithi019 (mon.0) 319 : audit [INF] from='client.? 172.21.15.19:0/1551791069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "466b38d7-4afc-42e8-a98b-da031749550f"}]: dispatch 2024-02-19T22:05:10.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.019642+0000 mon.smithi019 (mon.0) 320 : audit [INF] from='client.? 172.21.15.19:0/1551791069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "466b38d7-4afc-42e8-a98b-da031749550f"}]': finished 2024-02-19T22:05:10.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:10.019682+0000 mon.smithi019 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-19T22:05:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.019777+0000 mon.smithi019 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.020164+0000 mon.smithi019 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.020390+0000 mon.smithi019 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.020618+0000 mon.smithi019 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.020852+0000 mon.smithi019 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.021079+0000 mon.smithi019 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.021298+0000 mon.smithi019 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.021518+0000 mon.smithi019 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:10.723 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:11.472 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.383915+0000 mon.smithi188 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.188:0/3240709072' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:11.472 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:10.724947+0000 mon.smithi019 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.19:0/1669012229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:11.490 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:11.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.383915+0000 mon.smithi188 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.188:0/3240709072' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:11.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:10.724947+0000 mon.smithi019 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.19:0/1669012229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:12.491 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:12.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:10.985458+0000 mgr.smithi019.hotguf (mgr.14180) 89 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:12.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:11.582108+0000 mon.smithi019 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.19:0/3933509074' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:12.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:10.985458+0000 mgr.smithi019.hotguf (mgr.14180) 89 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:12.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:11.582108+0000 mon.smithi019 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.19:0/3933509074' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T22:05:14.507 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:12.985761+0000 mgr.smithi019.hotguf (mgr.14180) 90 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:14.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:12.985761+0000 mgr.smithi019.hotguf (mgr.14180) 90 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:15.180 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:15.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:15.181853+0000 mon.smithi019 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.19:0/3285251655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:15.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:15.181853+0000 mon.smithi019 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.19:0/3285251655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:16.193 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:16.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:14.986047+0000 mgr.smithi019.hotguf (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:16.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:15.944535+0000 mon.smithi019 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-19T22:05:16.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:15.945158+0000 mon.smithi019 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:16.632 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:14.986047+0000 mgr.smithi019.hotguf (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:16.633 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:15.944535+0000 mon.smithi019 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-19T22:05:16.633 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:15.945158+0000 mon.smithi019 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:17.194 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:17.558 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:15.945678+0000 mgr.smithi019.hotguf (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.0 on smithi188 2024-02-19T22:05:17.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:15.945678+0000 mgr.smithi019.hotguf (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.0 on smithi188 2024-02-19T22:05:18.452 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:16.986321+0000 mgr.smithi019.hotguf (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:18.452 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:18.181173+0000 mon.smithi019 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-19T22:05:18.452 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:18.181788+0000 mon.smithi019 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:18.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:16.986321+0000 mgr.smithi019.hotguf (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:18.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:18.181173+0000 mon.smithi019 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-19T22:05:18.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:18.181788+0000 mon.smithi019 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:19.565 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:19.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:18.182355+0000 mgr.smithi019.hotguf (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.1 on smithi019 2024-02-19T22:05:19.643 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:18.182355+0000 mgr.smithi019.hotguf (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.1 on smithi019 2024-02-19T22:05:20.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:18.986694+0000 mgr.smithi019.hotguf (mgr.14180) 95 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:19.566606+0000 mon.smithi019 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.19:0/2991378115' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:20.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:18.986694+0000 mgr.smithi019.hotguf (mgr.14180) 95 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:20.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:19.566606+0000 mon.smithi019 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.19:0/2991378115' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:21.736 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:22.043 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:20.920942+0000 mon.smithi019 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:22.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:20.921635+0000 mon.smithi019 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-19T22:05:22.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:20.922321+0000 mon.smithi019 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:22.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:20.922946+0000 mgr.smithi019.hotguf (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-02-19T22:05:22.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:20.987014+0000 mgr.smithi019.hotguf (mgr.14180) 97 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:22.194 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:20.920942+0000 mon.smithi019 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:22.194 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:20.921635+0000 mon.smithi019 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-19T22:05:22.195 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:20.922321+0000 mon.smithi019 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:22.195 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:20.922946+0000 mgr.smithi019.hotguf (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-02-19T22:05:22.195 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:20.987014+0000 mgr.smithi019.hotguf (mgr.14180) 97 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:22.737 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:24.151 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:22.987267+0000 mgr.smithi019.hotguf (mgr.14180) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:24.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:22.987267+0000 mgr.smithi019.hotguf (mgr.14180) 98 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:25.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:24.047949+0000 mon.smithi188 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.188:6800/1318054227,v1:172.21.15.188:6801/1318054227]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T22:05:25.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:24.048458+0000 mon.smithi019 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T22:05:25.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:24.047949+0000 mon.smithi188 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.188:6800/1318054227,v1:172.21.15.188:6801/1318054227]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T22:05:25.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:24.048458+0000 mon.smithi019 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T22:05:25.478 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:24.987791+0000 mgr.smithi019.hotguf (mgr.14180) 99 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.047724+0000 mon.smithi019 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-19T22:05:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:25.047814+0000 mon.smithi019 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-19T22:05:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.047963+0000 mon.smithi019 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.048217+0000 mon.smithi019 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.048341+0000 mon.smithi188 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.188:6800/1318054227,v1:172.21.15.188:6801/1318054227]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.048360+0000 mon.smithi019 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.048508+0000 mon.smithi019 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.048691+0000 mon.smithi019 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.048910+0000 mon.smithi019 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.049107+0000 mon.smithi019 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.049248+0000 mon.smithi019 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.049383+0000 mon.smithi019 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.479868+0000 mon.smithi019 (mon.0) 353 : audit [DBG] from='client.? 172.21.15.19:0/1627456467' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.780029+0000 mon.smithi019 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.780655+0000 mon.smithi019 (mon.0) 355 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:25.781240+0000 mon.smithi019 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.043926+0000 mon.smithi019 (mon.0) 357 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.044625+0000 mon.smithi019 (mon.0) 358 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-19T22:05:26.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.045187+0000 mon.smithi019 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:26.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:24.987791+0000 mgr.smithi019.hotguf (mgr.14180) 99 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:26.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.047724+0000 mon.smithi019 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-19T22:05:26.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:25.047814+0000 mon.smithi019 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-19T22:05:26.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.047963+0000 mon.smithi019 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.048217+0000 mon.smithi019 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.048341+0000 mon.smithi188 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.188:6800/1318054227,v1:172.21.15.188:6801/1318054227]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.048360+0000 mon.smithi019 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.048508+0000 mon.smithi019 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.048691+0000 mon.smithi019 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.048910+0000 mon.smithi019 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.049107+0000 mon.smithi019 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.049248+0000 mon.smithi019 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.049383+0000 mon.smithi019 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.479868+0000 mon.smithi019 (mon.0) 353 : audit [DBG] from='client.? 172.21.15.19:0/1627456467' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.780029+0000 mon.smithi019 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.780655+0000 mon.smithi019 (mon.0) 355 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:25.781240+0000 mon.smithi019 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:26.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.043926+0000 mon.smithi019 (mon.0) 357 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:26.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.044625+0000 mon.smithi019 (mon.0) 358 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-19T22:05:26.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.045187+0000 mon.smithi019 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:26.433 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:25.076246+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:25.076340+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:25.781742+0000 mgr.smithi019.hotguf (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.4 on smithi188 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:26.045661+0000 mgr.smithi019.hotguf (mgr.14180) 101 : cephadm [INF] Deploying daemon osd.3 on smithi019 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.049711+0000 mon.smithi019 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:26.049793+0000 mon.smithi019 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.050112+0000 mon.smithi019 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.050329+0000 mon.smithi019 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:27.112 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.050456+0000 mon.smithi019 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:27.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.050619+0000 mon.smithi019 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:27.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.050763+0000 mon.smithi019 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:27.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.050910+0000 mon.smithi019 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:27.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.051048+0000 mon.smithi019 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:27.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.051212+0000 mon.smithi019 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:27.113 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:26.059022+0000 mon.smithi019 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:27.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:25.076246+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:25.076340+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:25.781742+0000 mgr.smithi019.hotguf (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.4 on smithi188 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:26.045661+0000 mgr.smithi019.hotguf (mgr.14180) 101 : cephadm [INF] Deploying daemon osd.3 on smithi019 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.049711+0000 mon.smithi019 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:26.049793+0000 mon.smithi019 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.050112+0000 mon.smithi019 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.050329+0000 mon.smithi019 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.050456+0000 mon.smithi019 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.050619+0000 mon.smithi019 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.050763+0000 mon.smithi019 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.050910+0000 mon.smithi019 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.051048+0000 mon.smithi019 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:27.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.051212+0000 mon.smithi019 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:27.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:26.059022+0000 mon.smithi019 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:27.434 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:28.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:26.988149+0000 mgr.smithi019.hotguf (mgr.14180) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:28.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:27.058491+0000 mon.smithi019 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.188:6800/1318054227,v1:172.21.15.188:6801/1318054227] boot 2024-02-19T22:05:28.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:27.058537+0000 mon.smithi019 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-19T22:05:28.184 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:27.058868+0000 mon.smithi019 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:28.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:27.059133+0000 mon.smithi019 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:28.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:27.059281+0000 mon.smithi019 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:28.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:27.059435+0000 mon.smithi019 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:28.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:27.059574+0000 mon.smithi019 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:28.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:27.059710+0000 mon.smithi019 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:28.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:27.059843+0000 mon.smithi019 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:28.185 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:27.059980+0000 mon.smithi019 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:26.988149+0000 mgr.smithi019.hotguf (mgr.14180) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:27.058491+0000 mon.smithi019 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.188:6800/1318054227,v1:172.21.15.188:6801/1318054227] boot 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:27.058537+0000 mon.smithi019 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:27.058868+0000 mon.smithi019 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:27.059133+0000 mon.smithi019 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:27.059281+0000 mon.smithi019 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:27.059435+0000 mon.smithi019 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:27.059574+0000 mon.smithi019 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:28.344 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:27.059710+0000 mon.smithi019 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:28.345 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:27.059843+0000 mon.smithi019 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:28.345 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:27.059980+0000 mon.smithi019 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:29.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:28.889106+0000 mon.smithi188 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.188:6808/1105656069,v1:172.21.15.188:6809/1105656069]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T22:05:29.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:28.889490+0000 mon.smithi019 (mon.0) 381 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T22:05:29.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:28.889106+0000 mon.smithi188 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.188:6808/1105656069,v1:172.21.15.188:6809/1105656069]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T22:05:29.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:28.889490+0000 mon.smithi019 (mon.0) 381 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T22:05:30.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:28.988626+0000 mgr.smithi019.hotguf (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.072579+0000 mon.smithi019 (mon.0) 382 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:29.072657+0000 mon.smithi019 (mon.0) 383 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.072780+0000 mon.smithi019 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.073127+0000 mon.smithi019 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.073238+0000 mon.smithi188 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.188:6808/1105656069,v1:172.21.15.188:6809/1105656069]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.073293+0000 mon.smithi019 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.073453+0000 mon.smithi019 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.073670+0000 mon.smithi019 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.073888+0000 mon.smithi019 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.074110+0000 mon.smithi019 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.074276+0000 mon.smithi019 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:30.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:29.184588+0000 mon.smithi019 (mon.0) 392 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-19T22:05:30.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:28.988626+0000 mgr.smithi019.hotguf (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T22:05:30.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.072579+0000 mon.smithi019 (mon.0) 382 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-19T22:05:30.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:29.072657+0000 mon.smithi019 (mon.0) 383 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-19T22:05:30.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.072780+0000 mon.smithi019 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:30.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.073127+0000 mon.smithi019 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:30.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.073238+0000 mon.smithi188 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.188:6808/1105656069,v1:172.21.15.188:6809/1105656069]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:30.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.073293+0000 mon.smithi019 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:30.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.073453+0000 mon.smithi019 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:30.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.073670+0000 mon.smithi019 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:30.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.073888+0000 mon.smithi019 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:30.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.074110+0000 mon.smithi019 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:30.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.074276+0000 mon.smithi019 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:30.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:29.184588+0000 mon.smithi019 (mon.0) 392 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-19T22:05:30.497 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:31.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.073778+0000 mon.smithi019 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-02-19T22:05:31.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.073839+0000 mon.smithi019 (mon.0) 394 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-19T22:05:31.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:30.073887+0000 mon.smithi019 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-19T22:05:31.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.074677+0000 mon.smithi019 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:31.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.074953+0000 mon.smithi019 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:31.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.075190+0000 mon.smithi019 (mon.0) 398 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-19T22:05:31.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.075431+0000 mon.smithi019 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:31.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.075660+0000 mon.smithi019 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.075843+0000 mon.smithi019 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.076037+0000 mon.smithi019 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.076177+0000 mon.smithi019 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.077075+0000 mon.smithi019 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:30.498496+0000 mon.smithi019 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.19:0/426894636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.044932+0000 mon.smithi019 (mon.0) 406 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.045618+0000 mon.smithi019 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.046240+0000 mon.smithi019 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.072183+0000 mon.smithi019 (mon.0) 409 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:31.072244+0000 mon.smithi019 (mon.0) 410 : cluster [INF] osd.2 [v2:172.21.15.188:6808/1105656069,v1:172.21.15.188:6809/1105656069] boot 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:31.072275+0000 mon.smithi019 (mon.0) 411 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.072368+0000 mon.smithi019 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.072764+0000 mon.smithi019 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:31.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.073242+0000 mon.smithi019 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:31.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.073439+0000 mon.smithi019 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:31.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.073612+0000 mon.smithi019 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:31.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.073788+0000 mon.smithi019 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:31.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.073980+0000 mon.smithi019 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:31.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:31.075856+0000 mon.smithi019 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:31.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.073778+0000 mon.smithi019 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-02-19T22:05:31.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.073839+0000 mon.smithi019 (mon.0) 394 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-19T22:05:31.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:30.073887+0000 mon.smithi019 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-19T22:05:31.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.074677+0000 mon.smithi019 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:31.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.074953+0000 mon.smithi019 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:31.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.075190+0000 mon.smithi019 (mon.0) 398 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-19T22:05:31.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.075431+0000 mon.smithi019 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:31.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.075660+0000 mon.smithi019 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.075843+0000 mon.smithi019 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.076037+0000 mon.smithi019 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.076177+0000 mon.smithi019 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.077075+0000 mon.smithi019 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:30.498496+0000 mon.smithi019 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.19:0/426894636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.044932+0000 mon.smithi019 (mon.0) 406 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.045618+0000 mon.smithi019 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.046240+0000 mon.smithi019 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.072183+0000 mon.smithi019 (mon.0) 409 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:31.072244+0000 mon.smithi019 (mon.0) 410 : cluster [INF] osd.2 [v2:172.21.15.188:6808/1105656069,v1:172.21.15.188:6809/1105656069] boot 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:31.072275+0000 mon.smithi019 (mon.0) 411 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-19T22:05:31.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.072368+0000 mon.smithi019 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:31.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.072764+0000 mon.smithi019 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T22:05:31.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.073242+0000 mon.smithi019 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:31.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.073439+0000 mon.smithi019 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:31.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.073612+0000 mon.smithi019 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:31.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.073788+0000 mon.smithi019 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:31.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.073980+0000 mon.smithi019 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:31.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:31.075856+0000 mon.smithi019 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:31.468 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1708380327,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:32.469 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:32.809 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:29.932233+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:32.809 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:29.932340+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:30.988910+0000 mgr.smithi019.hotguf (mgr.14180) 104 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:31.046789+0000 mgr.smithi019.hotguf (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.6 on smithi188 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.076175+0000 mon.smithi019 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:32.082165+0000 mon.smithi019 (mon.0) 421 : cluster [INF] osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413] boot 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:32.082197+0000 mon.smithi019 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.082304+0000 mon.smithi019 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.082597+0000 mon.smithi019 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.082792+0000 mon.smithi019 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.083023+0000 mon.smithi019 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.083182+0000 mon.smithi019 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:32.810 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.083367+0000 mon.smithi019 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:29.932233+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:29.932340+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:30.988910+0000 mgr.smithi019.hotguf (mgr.14180) 104 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:31.046789+0000 mgr.smithi019.hotguf (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.6 on smithi188 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.076175+0000 mon.smithi019 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:32.082165+0000 mon.smithi019 (mon.0) 421 : cluster [INF] osd.1 [v2:172.21.15.19:6802/1097095413,v1:172.21.15.19:6803/1097095413] boot 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:32.082197+0000 mon.smithi019 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.082304+0000 mon.smithi019 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.082597+0000 mon.smithi019 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.082792+0000 mon.smithi019 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.083023+0000 mon.smithi019 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:32.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.083182+0000 mon.smithi019 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:32.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.083367+0000 mon.smithi019 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:33.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:30.135553+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:33.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:30.135607+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:33.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.083594+0000 mon.smithi019 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-19T22:05:33.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.719681+0000 mon.smithi019 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:33.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.720617+0000 mon.smithi019 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-19T22:05:33.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:32.721310+0000 mon.smithi019 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:33.818 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:32.721934+0000 mgr.smithi019.hotguf (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.5 on smithi019 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:32.989147+0000 mgr.smithi019.hotguf (mgr.14180) 107 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:33.084156+0000 mon.smithi019 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:33.084220+0000 mon.smithi019 (mon.0) 434 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:33.084332+0000 mon.smithi019 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:33.084634+0000 mon.smithi019 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:33.084786+0000 mon.smithi019 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:33.084967+0000 mon.smithi019 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:33.085193+0000 mon.smithi019 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:33.819 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:33.085910+0000 mon.smithi019 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-19T22:05:33.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:30.135553+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:30.135607+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.083594+0000 mon.smithi019 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.719681+0000 mon.smithi019 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.720617+0000 mon.smithi019 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:32.721310+0000 mon.smithi019 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:32.721934+0000 mgr.smithi019.hotguf (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.5 on smithi019 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:32.989147+0000 mgr.smithi019.hotguf (mgr.14180) 107 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:33.084156+0000 mon.smithi019 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:33.084220+0000 mon.smithi019 (mon.0) 434 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:33.084332+0000 mon.smithi019 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:33.084634+0000 mon.smithi019 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:33.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:33.084786+0000 mon.smithi019 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:33.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:33.084967+0000 mon.smithi019 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:33.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:33.085193+0000 mon.smithi019 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:33.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:33.085910+0000 mon.smithi019 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-19T22:05:35.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:34.085060+0000 mon.smithi019 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-19T22:05:35.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:34.085105+0000 mon.smithi019 (mon.0) 442 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-19T22:05:35.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:34.085230+0000 mon.smithi019 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:35.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:34.085483+0000 mon.smithi019 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:35.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:34.085640+0000 mon.smithi019 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:35.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:34.085782+0000 mon.smithi019 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:35.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:34.085950+0000 mon.smithi019 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:35.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:34.159715+0000 mon.smithi188 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.188:6816/584696574,v1:172.21.15.188:6817/584696574]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T22:05:35.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:34.160321+0000 mon.smithi019 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T22:05:35.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:34.085060+0000 mon.smithi019 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-19T22:05:35.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:34.085105+0000 mon.smithi019 (mon.0) 442 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-19T22:05:35.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:34.085230+0000 mon.smithi019 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:35.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:34.085483+0000 mon.smithi019 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:35.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:34.085640+0000 mon.smithi019 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:35.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:34.085782+0000 mon.smithi019 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:35.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:34.085950+0000 mon.smithi019 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:35.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:34.159715+0000 mon.smithi188 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.188:6816/584696574,v1:172.21.15.188:6817/584696574]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T22:05:35.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:34.160321+0000 mon.smithi019 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T22:05:35.792 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:34.989485+0000 mgr.smithi019.hotguf (mgr.14180) 108 : cluster [DBG] pgmap v77: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.090359+0000 mon.smithi019 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:35.090450+0000 mon.smithi019 (mon.0) 450 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.090580+0000 mon.smithi019 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.090823+0000 mon.smithi019 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.090980+0000 mon.smithi019 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.091121+0000 mon.smithi019 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.091264+0000 mon.smithi019 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.092306+0000 mon.smithi188 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.188:6816/584696574,v1:172.21.15.188:6817/584696574]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.092648+0000 mon.smithi019 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.793184+0000 mon.smithi019 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.19:0/2069429842' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:36.359 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:35.822244+0000 mon.smithi019 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-19T22:05:36.379 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1708380332,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:34.989485+0000 mgr.smithi019.hotguf (mgr.14180) 108 : cluster [DBG] pgmap v77: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.090359+0000 mon.smithi019 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:35.090450+0000 mon.smithi019 (mon.0) 450 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.090580+0000 mon.smithi019 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.090823+0000 mon.smithi019 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.090980+0000 mon.smithi019 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.091121+0000 mon.smithi019 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.091264+0000 mon.smithi019 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.092306+0000 mon.smithi188 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.188:6816/584696574,v1:172.21.15.188:6817/584696574]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.092648+0000 mon.smithi019 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.793184+0000 mon.smithi019 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.19:0/2069429842' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:36.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:35.822244+0000 mon.smithi019 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.091619+0000 mon.smithi019 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.091679+0000 mon.smithi019 (mon.0) 460 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:36.091716+0000 mon.smithi019 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.092022+0000 mon.smithi019 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.092245+0000 mon.smithi019 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.092413+0000 mon.smithi019 (mon.0) 464 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.092651+0000 mon.smithi019 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.092796+0000 mon.smithi019 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.092960+0000 mon.smithi019 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.096723+0000 mon.smithi019 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:37.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:36.270500+0000 mon.smithi019 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:37.380 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:37.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.091619+0000 mon.smithi019 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-02-19T22:05:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.091679+0000 mon.smithi019 (mon.0) 460 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-19T22:05:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:36.091716+0000 mon.smithi019 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-19T22:05:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.092022+0000 mon.smithi019 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.092245+0000 mon.smithi019 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.092413+0000 mon.smithi019 (mon.0) 464 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-19T22:05:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.092651+0000 mon.smithi019 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.092796+0000 mon.smithi019 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.092960+0000 mon.smithi019 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:37.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.096723+0000 mon.smithi019 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:37.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:36.270500+0000 mon.smithi019 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:35.108556+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:35.108597+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:36.989897+0000 mgr.smithi019.hotguf (mgr.14180) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-19T22:05:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.095950+0000 mon.smithi019 (mon.0) 470 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-02-19T22:05:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:37.096038+0000 mon.smithi019 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.188:6816/584696574,v1:172.21.15.188:6817/584696574] boot 2024-02-19T22:05:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:37.096091+0000 mon.smithi019 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-19T22:05:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.096721+0000 mon.smithi019 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.097059+0000 mon.smithi019 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.097621+0000 mon.smithi019 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.097849+0000 mon.smithi019 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.098001+0000 mon.smithi019 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.102806+0000 mon.smithi019 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:37.547277+0000 mon.smithi019 (mon.0) 479 : cluster [INF] osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489] boot 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:37.547335+0000 mon.smithi019 (mon.0) 480 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.547483+0000 mon.smithi019 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.547794+0000 mon.smithi019 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.548084+0000 mon.smithi019 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:38.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:37.548321+0000 mon.smithi019 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:38.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:35.108556+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:35.108597+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:36.989897+0000 mgr.smithi019.hotguf (mgr.14180) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.095950+0000 mon.smithi019 (mon.0) 470 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:37.096038+0000 mon.smithi019 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.188:6816/584696574,v1:172.21.15.188:6817/584696574] boot 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:37.096091+0000 mon.smithi019 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.096721+0000 mon.smithi019 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.097059+0000 mon.smithi019 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.097621+0000 mon.smithi019 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.097849+0000 mon.smithi019 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.098001+0000 mon.smithi019 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.102806+0000 mon.smithi019 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:37.547277+0000 mon.smithi019 (mon.0) 479 : cluster [INF] osd.3 [v2:172.21.15.19:6810/3492317489,v1:172.21.15.19:6811/3492317489] boot 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:37.547335+0000 mon.smithi019 (mon.0) 480 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-19T22:05:38.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.547483+0000 mon.smithi019 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T22:05:38.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.547794+0000 mon.smithi019 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:38.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.548084+0000 mon.smithi019 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:38.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:37.548321+0000 mon.smithi019 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:36.819035+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:36.819095+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:38.551320+0000 mon.smithi019 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:38.551442+0000 mon.smithi019 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:38.551688+0000 mon.smithi019 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:38.551907+0000 mon.smithi019 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:38.990250+0000 mgr.smithi019.hotguf (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.225561+0000 mon.smithi019 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.367903+0000 mon.smithi188 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.188:6824/2236565278,v1:172.21.15.188:6825/2236565278]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T22:05:39.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.368450+0000 mon.smithi019 (mon.0) 490 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T22:05:39.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:36.819035+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:36.819095+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:38.551320+0000 mon.smithi019 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:38.551442+0000 mon.smithi019 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:38.551688+0000 mon.smithi019 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:38.551907+0000 mon.smithi019 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:38.990250+0000 mgr.smithi019.hotguf (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.225561+0000 mon.smithi019 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.367903+0000 mon.smithi188 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.188:6824/2236565278,v1:172.21.15.188:6825/2236565278]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T22:05:39.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.368450+0000 mon.smithi019 (mon.0) 490 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T22:05:40.237 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:40.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.560937+0000 mon.smithi019 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-19T22:05:40.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:39.561021+0000 mon.smithi019 (mon.0) 492 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-19T22:05:40.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.561395+0000 mon.smithi019 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:40.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.561608+0000 mon.smithi188 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.188:6824/2236565278,v1:172.21.15.188:6825/2236565278]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:40.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.561743+0000 mon.smithi019 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:40.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.561993+0000 mon.smithi019 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:40.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:39.562301+0000 mon.smithi019 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:40.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.238652+0000 mon.smithi019 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.19:0/2839898170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:40.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.560937+0000 mon.smithi019 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-19T22:05:40.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:39.561021+0000 mon.smithi019 (mon.0) 492 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-19T22:05:40.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.561395+0000 mon.smithi019 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:40.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.561608+0000 mon.smithi188 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.188:6824/2236565278,v1:172.21.15.188:6825/2236565278]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:40.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.561743+0000 mon.smithi019 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:40.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.561993+0000 mon.smithi019 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:40.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:39.562301+0000 mon.smithi019 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-02-19T22:05:40.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.238652+0000 mon.smithi019 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.19:0/2839898170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:41.266 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1708380337,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:41.827 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.559376+0000 mon.smithi019 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-02-19T22:05:41.827 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:40.559432+0000 mon.smithi019 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-19T22:05:41.827 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.559737+0000 mon.smithi019 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:41.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.559976+0000 mon.smithi019 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:41.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.560143+0000 mon.smithi019 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:41.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.564141+0000 mon.smithi019 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:41.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.783051+0000 mon.smithi019 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:41.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.783958+0000 mon.smithi019 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-19T22:05:41.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:40.784786+0000 mon.smithi019 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:41.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:40.785397+0000 mgr.smithi019.hotguf (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.7 on smithi019 2024-02-19T22:05:41.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:40.990613+0000 mgr.smithi019.hotguf (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.559376+0000 mon.smithi019 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:40.559432+0000 mon.smithi019 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.559737+0000 mon.smithi019 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.559976+0000 mon.smithi019 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.560143+0000 mon.smithi019 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.564141+0000 mon.smithi019 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.783051+0000 mon.smithi019 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.783958+0000 mon.smithi019 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:40.784786+0000 mon.smithi019 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:40.785397+0000 mgr.smithi019.hotguf (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.7 on smithi019 2024-02-19T22:05:41.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:40.990613+0000 mgr.smithi019.hotguf (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-19T22:05:42.267 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:42.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:40.368378+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:42.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:40.368428+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:42.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:41.566748+0000 mon.smithi019 (mon.0) 507 : cluster [INF] osd.6 [v2:172.21.15.188:6824/2236565278,v1:172.21.15.188:6825/2236565278] boot 2024-02-19T22:05:42.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:41.566785+0000 mon.smithi019 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-19T22:05:42.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:41.567695+0000 mon.smithi019 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:42.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:41.568081+0000 mon.smithi019 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:42.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:41.568299+0000 mon.smithi019 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:42.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:40.368378+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:42.913 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:40.368428+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:42.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:41.566748+0000 mon.smithi019 (mon.0) 507 : cluster [INF] osd.6 [v2:172.21.15.188:6824/2236565278,v1:172.21.15.188:6825/2236565278] boot 2024-02-19T22:05:42.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:41.566785+0000 mon.smithi019 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-19T22:05:42.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:41.567695+0000 mon.smithi019 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T22:05:42.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:41.568081+0000 mon.smithi019 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:42.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:41.568299+0000 mon.smithi019 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:44.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:42.788820+0000 mon.smithi019 (mon.0) 512 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-19T22:05:44.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:42.788926+0000 mon.smithi019 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:44.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:42.789130+0000 mon.smithi019 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:44.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:42.991120+0000 mgr.smithi019.hotguf (mgr.14180) 113 : cluster [DBG] pgmap v90: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T22:05:44.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:42.788820+0000 mon.smithi019 (mon.0) 512 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-19T22:05:44.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:42.788926+0000 mon.smithi019 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:44.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:42.789130+0000 mon.smithi019 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:44.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:42.991120+0000 mgr.smithi019.hotguf (mgr.14180) 113 : cluster [DBG] pgmap v90: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T22:05:44.889 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:45.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:43.943323+0000 mon.smithi019 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-19T22:05:45.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:43.943323+0000 mon.smithi019 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-19T22:05:45.945 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1708380341,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:44.799602+0000 mon.smithi019 (mon.0) 516 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-19T22:05:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:44.799645+0000 mon.smithi019 (mon.0) 517 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-19T22:05:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:44.799741+0000 mon.smithi019 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:44.799990+0000 mon.smithi019 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:44.800206+0000 mon.smithi019 (mon.0) 520 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-19T22:05:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:44.890209+0000 mon.smithi019 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.19:0/1297809370' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:46.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:44.991580+0000 mgr.smithi019.hotguf (mgr.14180) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T22:05:46.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:44.799602+0000 mon.smithi019 (mon.0) 516 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-19T22:05:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:44.799645+0000 mon.smithi019 (mon.0) 517 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-19T22:05:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:44.799741+0000 mon.smithi019 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:44.799990+0000 mon.smithi019 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:44.800206+0000 mon.smithi019 (mon.0) 520 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-19T22:05:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:44.890209+0000 mon.smithi019 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.19:0/1297809370' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:46.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:44.991580+0000 mgr.smithi019.hotguf (mgr.14180) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T22:05:46.947 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:47.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:45.801494+0000 mon.smithi019 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-02-19T22:05:47.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:45.801544+0000 mon.smithi019 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-19T22:05:47.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:45.801944+0000 mon.smithi019 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:47.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:45.802191+0000 mon.smithi019 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:47.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:45.807361+0000 mon.smithi019 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:47.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:45.801494+0000 mon.smithi019 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-02-19T22:05:47.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:45.801544+0000 mon.smithi019 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-19T22:05:47.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:45.801944+0000 mon.smithi019 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:47.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:45.802191+0000 mon.smithi019 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:47.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:45.807361+0000 mon.smithi019 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:48.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:44.896669+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:48.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:44.896719+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:48.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:46.804619+0000 mon.smithi019 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:48.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:46.809485+0000 mon.smithi019 (mon.0) 528 : cluster [INF] osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205] boot 2024-02-19T22:05:48.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:46.809509+0000 mon.smithi019 (mon.0) 529 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-19T22:05:48.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:46.809886+0000 mon.smithi019 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:48.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:46.810076+0000 mon.smithi019 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:48.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:46.992100+0000 mgr.smithi019.hotguf (mgr.14180) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T22:05:48.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:44.896669+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:48.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:44.896719+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:48.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:46.804619+0000 mon.smithi019 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:48.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:46.809485+0000 mon.smithi019 (mon.0) 528 : cluster [INF] osd.5 [v2:172.21.15.19:6818/43479205,v1:172.21.15.19:6819/43479205] boot 2024-02-19T22:05:48.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:46.809509+0000 mon.smithi019 (mon.0) 529 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-19T22:05:48.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:46.809886+0000 mon.smithi019 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T22:05:48.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:46.810076+0000 mon.smithi019 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:48.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:46.992100+0000 mgr.smithi019.hotguf (mgr.14180) 115 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T22:05:48.997 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:47.823067+0000 mon.smithi019 (mon.0) 532 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-19T22:05:48.997 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:47.823243+0000 mon.smithi019 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:48.998 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:48.770229+0000 mon.smithi019 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:49.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:47.823067+0000 mon.smithi019 (mon.0) 532 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-19T22:05:49.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:47.823243+0000 mon.smithi019 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:49.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:48.770229+0000 mon.smithi019 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:50.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:48.992579+0000 mgr.smithi019.hotguf (mgr.14180) 116 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T22:05:50.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:48.992579+0000 mgr.smithi019.hotguf (mgr.14180) 116 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T22:05:50.183 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:51.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:50.184742+0000 mon.smithi019 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.19:0/3862601892' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:51.163 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1708380346,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:51.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:50.184742+0000 mon.smithi019 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.19:0/3862601892' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:51.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:50.993022+0000 mgr.smithi019.hotguf (mgr.14180) 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T22:05:52.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:50.993022+0000 mgr.smithi019.hotguf (mgr.14180) 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T22:05:52.164 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:53.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:51.890562+0000 mon.smithi019 (mon.0) 536 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-19T22:05:53.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:51.890562+0000 mon.smithi019 (mon.0) 536 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-19T22:05:54.103 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:52.837995+0000 mon.smithi019 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-19T22:05:54.103 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:52.838045+0000 mon.smithi019 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-19T22:05:54.103 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:52.838396+0000 mon.smithi019 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:54.103 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:52.838639+0000 mon.smithi019 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-19T22:05:54.103 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:52.993320+0000 mgr.smithi019.hotguf (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T22:05:54.103 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:53.435726+0000 mon.smithi019 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:54.103 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:53.437519+0000 mon.smithi019 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:05:54.158 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:52.837995+0000 mon.smithi019 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-19T22:05:54.158 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:52.838045+0000 mon.smithi019 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-19T22:05:54.158 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:52.838396+0000 mon.smithi019 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:54.158 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:52.838639+0000 mon.smithi019 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2024-02-19T22:05:54.158 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:52.993320+0000 mgr.smithi019.hotguf (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T22:05:54.158 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:53.435726+0000 mon.smithi019 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:54.158 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:53.437519+0000 mon.smithi019 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:05:54.834 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:05:55.163 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:53.839797+0000 mon.smithi019 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-02-19T22:05:55.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:53.839846+0000 mon.smithi019 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-19T22:05:55.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:53.839974+0000 mon.smithi019 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:55.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:53.844211+0000 mon.smithi019 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:55.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:54.834113+0000 mon.smithi019 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.19:0/3243249844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:55.268 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:53.839797+0000 mon.smithi019 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2024-02-19T22:05:55.268 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:53.839846+0000 mon.smithi019 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-19T22:05:55.268 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:53.839974+0000 mon.smithi019 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:55.268 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:53.844211+0000 mon.smithi019 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:55.268 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:54.834113+0000 mon.smithi019 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.19:0/3243249844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:05:55.980 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1708380346,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:05:56.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:52.843554+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:56.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:52.843625+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:56.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:54.845405+0000 mon.smithi019 (mon.0) 548 : cluster [INF] osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111] boot 2024-02-19T22:05:56.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:54.845442+0000 mon.smithi019 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-19T22:05:56.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:54.846080+0000 mon.smithi019 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:56.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:54.846440+0000 mon.smithi019 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:56.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:54.993649+0000 mgr.smithi019.hotguf (mgr.14180) 119 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T22:05:56.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:55.505806+0000 mon.smithi019 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:56.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:52.843554+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T22:05:56.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:52.843625+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T22:05:56.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:54.845405+0000 mon.smithi019 (mon.0) 548 : cluster [INF] osd.7 [v2:172.21.15.19:6826/3941116111,v1:172.21.15.19:6827/3941116111] boot 2024-02-19T22:05:56.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:54.845442+0000 mon.smithi019 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-19T22:05:56.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:54.846080+0000 mon.smithi019 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:56.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:54.846440+0000 mon.smithi019 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T22:05:56.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:54.993649+0000 mgr.smithi019.hotguf (mgr.14180) 119 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T22:05:56.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:55.505806+0000 mon.smithi019 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:05:56.981 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T22:05:57.069 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:55.854790+0000 mon.smithi019 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-19T22:05:57.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:55.854790+0000 mon.smithi019 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-19T22:05:58.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:56.856203+0000 mon.smithi019 (mon.0) 554 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-19T22:05:58.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:05:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:56.993967+0000 mgr.smithi019.hotguf (mgr.14180) 120 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:05:58.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:56.856203+0000 mon.smithi019 (mon.0) 554 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-19T22:05:58.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:05:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:56.993967+0000 mgr.smithi019.hotguf (mgr.14180) 120 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:00.276 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:05:58.994420+0000 mgr.smithi019.hotguf (mgr.14180) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:59.367704+0000 mgr.smithi019.hotguf (mgr.14180) 122 : cephadm [INF] Detected new or changed devices on smithi188 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:59.375206+0000 mon.smithi019 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:59.658447+0000 mon.smithi019 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:59.659221+0000 mon.smithi019 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:59.659895+0000 mon.smithi019 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:59.660568+0000 mon.smithi019 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:05:59.667567+0000 mon.smithi019 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:00.276777+0000 mon.smithi019 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.19:0/326206421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:05:58.994420+0000 mgr.smithi019.hotguf (mgr.14180) 121 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:59.367704+0000 mgr.smithi019.hotguf (mgr.14180) 122 : cephadm [INF] Detected new or changed devices on smithi188 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:59.375206+0000 mon.smithi019 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:59.658447+0000 mon.smithi019 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:59.659221+0000 mon.smithi019 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:59.659895+0000 mon.smithi019 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:59.660568+0000 mon.smithi019 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:05:59.667567+0000 mon.smithi019 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:00.276777+0000 mon.smithi019 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.19:0/326206421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T22:06:00.966 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1708380354,"num_in_osds":8,"osd_in_since":1708380310,"num_remapped_pgs":0} 2024-02-19T22:06:00.967 INFO:tasks.cephadm:Setting up client nodes... 2024-02-19T22:06:00.967 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-19T22:06:01.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:05:59.661081+0000 mgr.smithi019.hotguf (mgr.14180) 123 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 3992M 2024-02-19T22:06:01.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:05:59.661081+0000 mgr.smithi019.hotguf (mgr.14180) 123 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 3992M 2024-02-19T22:06:02.661 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:00.994735+0000 mgr.smithi019.hotguf (mgr.14180) 124 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:02.662 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:01.809118+0000 mon.smithi019 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:02.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:00.994735+0000 mgr.smithi019.hotguf (mgr.14180) 124 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:02.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:01.809118+0000 mon.smithi019 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:04.282 INFO:teuthology.orchestra.run.smithi019.stdout:[client.0] 2024-02-19T22:06:04.283 INFO:teuthology.orchestra.run.smithi019.stdout: key = AQDL0NNlKn+wJRAA4mTRZ6Aoq/hHRPpZF0reSg== 2024-02-19T22:06:04.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:02.995189+0000 mgr.smithi019.hotguf (mgr.14180) 125 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:04.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:03.632174+0000 mon.smithi019 (mon.0) 563 : audit [INF] from='client.? 172.21.15.19:0/3980655853' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T22:06:04.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:03.635729+0000 mon.smithi019 (mon.0) 564 : audit [INF] from='client.? 172.21.15.19:0/3980655853' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T22:06:04.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:02.995189+0000 mgr.smithi019.hotguf (mgr.14180) 125 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:04.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:03.632174+0000 mon.smithi019 (mon.0) 563 : audit [INF] from='client.? 172.21.15.19:0/3980655853' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T22:06:04.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:03.635729+0000 mon.smithi019 (mon.0) 564 : audit [INF] from='client.? 172.21.15.19:0/3980655853' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T22:06:04.846 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:06:04.846 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-19T22:06:04.846 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-19T22:06:04.889 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-19T22:06:06.566 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:04.995550+0000 mgr.smithi019.hotguf (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:06.626 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:04.995550+0000 mgr.smithi019.hotguf (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:06.995 INFO:teuthology.orchestra.run.smithi188.stdout:[client.1] 2024-02-19T22:06:06.995 INFO:teuthology.orchestra.run.smithi188.stdout: key = AQDO0NNlnXsmOxAAV9/okVXg2DA9aG5RCPl4yQ== 2024-02-19T22:06:07.604 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:06.991678+0000 mon.smithi188 (mon.1) 18 : audit [INF] from='client.? 172.21.15.188:0/3493856490' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T22:06:07.605 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:06.992221+0000 mon.smithi019 (mon.0) 565 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T22:06:07.605 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:06.995604+0000 mon.smithi019 (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T22:06:07.605 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.194615+0000 mon.smithi019 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:07.624 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:06:07.625 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-19T22:06:07.625 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-19T22:06:07.666 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T22:06:07.695 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:06.991678+0000 mon.smithi188 (mon.1) 18 : audit [INF] from='client.? 172.21.15.188:0/3493856490' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T22:06:07.695 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:06.992221+0000 mon.smithi019 (mon.0) 565 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T22:06:07.695 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:06.995604+0000 mon.smithi019 (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T22:06:07.695 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.194615+0000 mon.smithi019 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:06.995918+0000 mgr.smithi019.hotguf (mgr.14180) 127 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:06:07.189366+0000 mgr.smithi019.hotguf (mgr.14180) 128 : cephadm [INF] Detected new or changed devices on smithi019 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.489952+0000 mon.smithi019 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.490566+0000 mon.smithi019 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.491109+0000 mon.smithi019 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.491618+0000 mon.smithi019 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.495487+0000 mon.smithi019 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.496232+0000 mon.smithi019 (mon.0) 573 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.496893+0000 mon.smithi019 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.500553+0000 mon.smithi019 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.504007+0000 mon.smithi019 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:06:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.506735+0000 mon.smithi019 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T22:06:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.507742+0000 mon.smithi019 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T22:06:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.507936+0000 mon.smithi019 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:06:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:07.508370+0000 mon.smithi019 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:06.995918+0000 mgr.smithi019.hotguf (mgr.14180) 127 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:06:07.189366+0000 mgr.smithi019.hotguf (mgr.14180) 128 : cephadm [INF] Detected new or changed devices on smithi019 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.489952+0000 mon.smithi019 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.490566+0000 mon.smithi019 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.491109+0000 mon.smithi019 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.491618+0000 mon.smithi019 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.495487+0000 mon.smithi019 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.496232+0000 mon.smithi019 (mon.0) 573 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:06:08.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.496893+0000 mon.smithi019 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:06:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.500553+0000 mon.smithi019 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.504007+0000 mon.smithi019 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:06:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.506735+0000 mon.smithi019 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T22:06:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.507742+0000 mon.smithi019 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T22:06:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.507936+0000 mon.smithi019 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:06:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:07.508370+0000 mon.smithi019 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:06:09.366 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:06:07.492013+0000 mgr.smithi019.hotguf (mgr.14180) 129 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 3225M 2024-02-19T22:06:09.667 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:06:07.492013+0000 mgr.smithi019.hotguf (mgr.14180) 129 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 3225M 2024-02-19T22:06:10.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:08.996268+0000 mgr.smithi019.hotguf (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:08.996268+0000 mgr.smithi019.hotguf (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:12.021 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:06:12.021 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":40,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","created":"2024-02-19T22:01:32.244383+0000","modified":"2024-02-19T22:05:56.851249+0000","last_up_change":"2024-02-19T22:05:54.841271+0000","last_in_change":"2024-02-19T22:05:10.015974+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-02-19T22:05:32.541573+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":"23","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":"4a13654a-eb66-4389-9a5b-6936f6e67c4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6801","nonce":1318054227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6803","nonce":1318054227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6807","nonce":1318054227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6805","nonce":1318054227}]},"public_addr":"172.21.15.188:6801/1318054227","cluster_addr":"172.21.15.188:6803/1318054227","heartbeat_back_addr":"172.21.15.188:6807/1318054227","heartbeat_front_addr":"172.21.15.188:6805/1318054227","state":["exists","up"]},{"osd":1,"uuid":"539c138f-a461-4437-a4de-3e1185ef92e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6803","nonce":1097095413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6805","nonce":1097095413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6809","nonce":1097095413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6807","nonce":1097095413}]},"public_addr":"172.21.15.19:6803/1097095413","cluster_addr":"172.21.15.19:6805/1097095413","heartbeat_back_addr":"172.21.15.19:6809/1097095413","heartbeat_front_addr":"172.21.15.19:6807/1097095413","state":["exists","up"]},{"osd":2,"uuid":"1e515028-f8eb-4af3-b3c4-6a5605ad0a49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6809","nonce":1105656069}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6811","nonce":1105656069}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6815","nonce":1105656069}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6813","nonce":1105656069}]},"public_addr":"172.21.15.188:6809/1105656069","cluster_addr":"172.21.15.188:6811/1105656069","heartbeat_back_addr":"172.21.15.188:6815/1105656069","heartbeat_front_addr":"172.21.15.188:6813/1105656069","state":["exists","up"]},{"osd":3,"uuid":"756be0b5-af8b-448e-9593-84968f4b970c","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.19:6810","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6811","nonce":3492317489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6813","nonce":3492317489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6817","nonce":3492317489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6815","nonce":3492317489}]},"public_addr":"172.21.15.19:6811/3492317489","cluster_addr":"172.21.15.19:6813/3492317489","heartbeat_back_addr":"172.21.15.19:6817/3492317489","heartbeat_front_addr":"172.21.15.19:6815/3492317489","state":["exists","up"]},{"osd":4,"uuid":"867fcc9c-341c-419c-a143-5019d7971c54","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6817","nonce":584696574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6819","nonce":584696574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6823","nonce":584696574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6821","nonce":584696574}]},"public_addr":"172.21.15.188:6817/584696574","cluster_addr":"172.21.15.188:6819/584696574","heartbeat_back_addr":"172.21.15.188:6823/584696574","heartbeat_front_addr":"172.21.15.188:6821/584696574","state":["exists","up"]},{"osd":5,"uuid":"e5957350-8d32-4b03-b2fb-86d462b7ac9c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6818","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6819","nonce":43479205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6821","nonce":43479205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6825","nonce":43479205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6823","nonce":43479205}]},"public_addr":"172.21.15.19:6819/43479205","cluster_addr":"172.21.15.19:6821/43479205","heartbeat_back_addr":"172.21.15.19:6825/43479205","heartbeat_front_addr":"172.21.15.19:6823/43479205","state":["exists","up"]},{"osd":6,"uuid":"9e5a6be2-1cb5-4949-88a2-793f09a7ef1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6825","nonce":2236565278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6827","nonce":2236565278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6831","nonce":2236565278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6829","nonce":2236565278}]},"public_addr":"172.21.15.188:6825/2236565278","cluster_addr":"172.21.15.188:6827/2236565278","heartbeat_back_addr":"172.21.15.188:6831/2236565278","heartbeat_front_addr":"172.21.15.188:6829/2236565278","state":["exists","up"]},{"osd":7,"uuid":"466b38d7-4afc-42e8-a98b-da031749550f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6827","nonce":3941116111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6829","nonce":3941116111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6833","nonce":3941116111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6831","nonce":3941116111}]},"public_addr":"172.21.15.19:6827/3941116111","cluster_addr":"172.21.15.19:6829/3941116111","heartbeat_back_addr":"172.21.15.19:6833/3941116111","heartbeat_front_addr":"172.21.15.19:6831/3941116111","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:25.076342+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:30.135610+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:29.932345+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:36.819097+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:35.108599+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:44.896721+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:40.368431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:52.843629+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/2970529702":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/2639164857":"2024-02-20T22:03:22.965032+0000","172.21.15.19:6800/2970529702":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/1426078304":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/3583403697":"2024-02-20T22:02:31.006770+0000","172.21.15.19:0/2893498483":"2024-02-20T22:02:31.006770+0000","172.21.15.19:6801/265229627":"2024-02-20T22:02:31.006770+0000","172.21.15.19:6800/265229627":"2024-02-20T22:02:31.006770+0000","172.21.15.19:0/3752764173":"2024-02-20T22:01:57.105771+0000","172.21.15.19:0/389333028":"2024-02-20T22:01:57.105771+0000","172.21.15.19:6800/4195937590":"2024-02-20T22:01:57.105771+0000","172.21.15.19:6801/4195937590":"2024-02-20T22:01:57.105771+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-19T22:06:12.532 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:10.996580+0000 mgr.smithi019.hotguf (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:12.533 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:12.021158+0000 mon.smithi019 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.19:0/2965912702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T22:06:12.802 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:10.996580+0000 mgr.smithi019.hotguf (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:12.802 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:12.021158+0000 mon.smithi019 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.19:0/2965912702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T22:06:13.109 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-19T22:05:32.541573+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': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-19T22:06:13.109 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-19T22:06:13.904 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:14.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:12.997127+0000 mgr.smithi019.hotguf (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:14.628 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:12.997127+0000 mgr.smithi019.hotguf (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:16.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:14.997490+0000 mgr.smithi019.hotguf (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:16.815 INFO:teuthology.orchestra.run.smithi019.stdout:pg_num: 1 2024-02-19T22:06:16.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:14.997490+0000 mgr.smithi019.hotguf (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:17.463 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-19T22:06:17.463 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-19T22:06:17.463 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph mgr dump --format=json 2024-02-19T22:06:17.981 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:18.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:16.813075+0000 mon.smithi019 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:18.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:16.815993+0000 mon.smithi019 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.19:0/136860836' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-19T22:06:18.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:16.998003+0000 mgr.smithi019.hotguf (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:18.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:16.813075+0000 mon.smithi019 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:18.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:16.815993+0000 mon.smithi019 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.19:0/136860836' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-19T22:06:18.164 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:16.998003+0000 mgr.smithi019.hotguf (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:20.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:18.998372+0000 mgr.smithi019.hotguf (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:20.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:18.998372+0000 mgr.smithi019.hotguf (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:20.464 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:06:21.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:20.460120+0000 mon.smithi019 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.19:0/2285930157' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-19T22:06:21.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:20.460120+0000 mon.smithi019 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.19:0/2285930157' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-19T22:06:22.000 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi019.hotguf","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6800","nonce":3934288689},{"type":"v1","addr":"172.21.15.19:6801","nonce":3934288689}]},"active_addr":"172.21.15.19:6801/3934288689","active_change":"2024-02-19T22:03:22.965182+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi188.naeqxm","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.19:8443/","prometheus":"http://172.21.15.19: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.19:0","nonce":395484313}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":345840685}]}]} 2024-02-19T22:06:22.004 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-19T22:06:22.004 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-19T22:06:22.004 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T22:06:22.289 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:22.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:20.998834+0000 mgr.smithi019.hotguf (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:22.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:21.610464+0000 mon.smithi019 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:22.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:20.998834+0000 mgr.smithi019.hotguf (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:22.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:21.610464+0000 mon.smithi019 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:06:24.232 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:06:24.233 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":40,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","created":"2024-02-19T22:01:32.244383+0000","modified":"2024-02-19T22:05:56.851249+0000","last_up_change":"2024-02-19T22:05:54.841271+0000","last_in_change":"2024-02-19T22:05:10.015974+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-02-19T22:05:32.541573+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":"23","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":"4a13654a-eb66-4389-9a5b-6936f6e67c4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6801","nonce":1318054227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6803","nonce":1318054227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6807","nonce":1318054227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6805","nonce":1318054227}]},"public_addr":"172.21.15.188:6801/1318054227","cluster_addr":"172.21.15.188:6803/1318054227","heartbeat_back_addr":"172.21.15.188:6807/1318054227","heartbeat_front_addr":"172.21.15.188:6805/1318054227","state":["exists","up"]},{"osd":1,"uuid":"539c138f-a461-4437-a4de-3e1185ef92e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6803","nonce":1097095413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6805","nonce":1097095413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6809","nonce":1097095413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6807","nonce":1097095413}]},"public_addr":"172.21.15.19:6803/1097095413","cluster_addr":"172.21.15.19:6805/1097095413","heartbeat_back_addr":"172.21.15.19:6809/1097095413","heartbeat_front_addr":"172.21.15.19:6807/1097095413","state":["exists","up"]},{"osd":2,"uuid":"1e515028-f8eb-4af3-b3c4-6a5605ad0a49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6809","nonce":1105656069}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6811","nonce":1105656069}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6815","nonce":1105656069}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6813","nonce":1105656069}]},"public_addr":"172.21.15.188:6809/1105656069","cluster_addr":"172.21.15.188:6811/1105656069","heartbeat_back_addr":"172.21.15.188:6815/1105656069","heartbeat_front_addr":"172.21.15.188:6813/1105656069","state":["exists","up"]},{"osd":3,"uuid":"756be0b5-af8b-448e-9593-84968f4b970c","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.19:6810","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6811","nonce":3492317489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6813","nonce":3492317489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6817","nonce":3492317489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6815","nonce":3492317489}]},"public_addr":"172.21.15.19:6811/3492317489","cluster_addr":"172.21.15.19:6813/3492317489","heartbeat_back_addr":"172.21.15.19:6817/3492317489","heartbeat_front_addr":"172.21.15.19:6815/3492317489","state":["exists","up"]},{"osd":4,"uuid":"867fcc9c-341c-419c-a143-5019d7971c54","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6817","nonce":584696574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6819","nonce":584696574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6823","nonce":584696574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6821","nonce":584696574}]},"public_addr":"172.21.15.188:6817/584696574","cluster_addr":"172.21.15.188:6819/584696574","heartbeat_back_addr":"172.21.15.188:6823/584696574","heartbeat_front_addr":"172.21.15.188:6821/584696574","state":["exists","up"]},{"osd":5,"uuid":"e5957350-8d32-4b03-b2fb-86d462b7ac9c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6818","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6819","nonce":43479205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6821","nonce":43479205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6825","nonce":43479205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6823","nonce":43479205}]},"public_addr":"172.21.15.19:6819/43479205","cluster_addr":"172.21.15.19:6821/43479205","heartbeat_back_addr":"172.21.15.19:6825/43479205","heartbeat_front_addr":"172.21.15.19:6823/43479205","state":["exists","up"]},{"osd":6,"uuid":"9e5a6be2-1cb5-4949-88a2-793f09a7ef1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6825","nonce":2236565278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6827","nonce":2236565278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6831","nonce":2236565278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6829","nonce":2236565278}]},"public_addr":"172.21.15.188:6825/2236565278","cluster_addr":"172.21.15.188:6827/2236565278","heartbeat_back_addr":"172.21.15.188:6831/2236565278","heartbeat_front_addr":"172.21.15.188:6829/2236565278","state":["exists","up"]},{"osd":7,"uuid":"466b38d7-4afc-42e8-a98b-da031749550f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6827","nonce":3941116111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6829","nonce":3941116111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6833","nonce":3941116111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6831","nonce":3941116111}]},"public_addr":"172.21.15.19:6827/3941116111","cluster_addr":"172.21.15.19:6829/3941116111","heartbeat_back_addr":"172.21.15.19:6833/3941116111","heartbeat_front_addr":"172.21.15.19:6831/3941116111","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:25.076342+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:30.135610+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:29.932345+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:36.819097+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:35.108599+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:44.896721+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:40.368431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:52.843629+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/2970529702":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/2639164857":"2024-02-20T22:03:22.965032+0000","172.21.15.19:6800/2970529702":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/1426078304":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/3583403697":"2024-02-20T22:02:31.006770+0000","172.21.15.19:0/2893498483":"2024-02-20T22:02:31.006770+0000","172.21.15.19:6801/265229627":"2024-02-20T22:02:31.006770+0000","172.21.15.19:6800/265229627":"2024-02-20T22:02:31.006770+0000","172.21.15.19:0/3752764173":"2024-02-20T22:01:57.105771+0000","172.21.15.19:0/389333028":"2024-02-20T22:01:57.105771+0000","172.21.15.19:6800/4195937590":"2024-02-20T22:01:57.105771+0000","172.21.15.19:6801/4195937590":"2024-02-20T22:01:57.105771+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-19T22:06:24.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:22.999232+0000 mgr.smithi019.hotguf (mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:24.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:22.999232+0000 mgr.smithi019.hotguf (mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:25.012 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-19T22:06:25.013 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T22:06:25.297 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:25.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:24.232750+0000 mon.smithi019 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.19:0/2146704456' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T22:06:25.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:24.232750+0000 mon.smithi019 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.19:0/2146704456' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T22:06:26.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:24.999632+0000 mgr.smithi019.hotguf (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:26.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:24.999632+0000 mgr.smithi019.hotguf (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:27.377 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:06:27.377 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":40,"fsid":"5ac1995e-cf72-11ee-95bb-87774f69a715","created":"2024-02-19T22:01:32.244383+0000","modified":"2024-02-19T22:05:56.851249+0000","last_up_change":"2024-02-19T22:05:54.841271+0000","last_in_change":"2024-02-19T22:05:10.015974+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-02-19T22:05:32.541573+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":"23","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":"4a13654a-eb66-4389-9a5b-6936f6e67c4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6801","nonce":1318054227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6803","nonce":1318054227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6807","nonce":1318054227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":1318054227},{"type":"v1","addr":"172.21.15.188:6805","nonce":1318054227}]},"public_addr":"172.21.15.188:6801/1318054227","cluster_addr":"172.21.15.188:6803/1318054227","heartbeat_back_addr":"172.21.15.188:6807/1318054227","heartbeat_front_addr":"172.21.15.188:6805/1318054227","state":["exists","up"]},{"osd":1,"uuid":"539c138f-a461-4437-a4de-3e1185ef92e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6802","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6803","nonce":1097095413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6805","nonce":1097095413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6809","nonce":1097095413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":1097095413},{"type":"v1","addr":"172.21.15.19:6807","nonce":1097095413}]},"public_addr":"172.21.15.19:6803/1097095413","cluster_addr":"172.21.15.19:6805/1097095413","heartbeat_back_addr":"172.21.15.19:6809/1097095413","heartbeat_front_addr":"172.21.15.19:6807/1097095413","state":["exists","up"]},{"osd":2,"uuid":"1e515028-f8eb-4af3-b3c4-6a5605ad0a49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6808","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6809","nonce":1105656069}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6810","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6811","nonce":1105656069}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6814","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6815","nonce":1105656069}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6812","nonce":1105656069},{"type":"v1","addr":"172.21.15.188:6813","nonce":1105656069}]},"public_addr":"172.21.15.188:6809/1105656069","cluster_addr":"172.21.15.188:6811/1105656069","heartbeat_back_addr":"172.21.15.188:6815/1105656069","heartbeat_front_addr":"172.21.15.188:6813/1105656069","state":["exists","up"]},{"osd":3,"uuid":"756be0b5-af8b-448e-9593-84968f4b970c","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.19:6810","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6811","nonce":3492317489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6813","nonce":3492317489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6817","nonce":3492317489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":3492317489},{"type":"v1","addr":"172.21.15.19:6815","nonce":3492317489}]},"public_addr":"172.21.15.19:6811/3492317489","cluster_addr":"172.21.15.19:6813/3492317489","heartbeat_back_addr":"172.21.15.19:6817/3492317489","heartbeat_front_addr":"172.21.15.19:6815/3492317489","state":["exists","up"]},{"osd":4,"uuid":"867fcc9c-341c-419c-a143-5019d7971c54","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6816","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6817","nonce":584696574}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6818","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6819","nonce":584696574}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6822","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6823","nonce":584696574}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6820","nonce":584696574},{"type":"v1","addr":"172.21.15.188:6821","nonce":584696574}]},"public_addr":"172.21.15.188:6817/584696574","cluster_addr":"172.21.15.188:6819/584696574","heartbeat_back_addr":"172.21.15.188:6823/584696574","heartbeat_front_addr":"172.21.15.188:6821/584696574","state":["exists","up"]},{"osd":5,"uuid":"e5957350-8d32-4b03-b2fb-86d462b7ac9c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6818","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6819","nonce":43479205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6821","nonce":43479205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6825","nonce":43479205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":43479205},{"type":"v1","addr":"172.21.15.19:6823","nonce":43479205}]},"public_addr":"172.21.15.19:6819/43479205","cluster_addr":"172.21.15.19:6821/43479205","heartbeat_back_addr":"172.21.15.19:6825/43479205","heartbeat_front_addr":"172.21.15.19:6823/43479205","state":["exists","up"]},{"osd":6,"uuid":"9e5a6be2-1cb5-4949-88a2-793f09a7ef1a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6824","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6825","nonce":2236565278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6826","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6827","nonce":2236565278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6830","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6831","nonce":2236565278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6828","nonce":2236565278},{"type":"v1","addr":"172.21.15.188:6829","nonce":2236565278}]},"public_addr":"172.21.15.188:6825/2236565278","cluster_addr":"172.21.15.188:6827/2236565278","heartbeat_back_addr":"172.21.15.188:6831/2236565278","heartbeat_front_addr":"172.21.15.188:6829/2236565278","state":["exists","up"]},{"osd":7,"uuid":"466b38d7-4afc-42e8-a98b-da031749550f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6826","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6827","nonce":3941116111}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6829","nonce":3941116111}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6833","nonce":3941116111}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":3941116111},{"type":"v1","addr":"172.21.15.19:6831","nonce":3941116111}]},"public_addr":"172.21.15.19:6827/3941116111","cluster_addr":"172.21.15.19:6829/3941116111","heartbeat_back_addr":"172.21.15.19:6833/3941116111","heartbeat_front_addr":"172.21.15.19:6831/3941116111","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:25.076342+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:30.135610+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:29.932345+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:36.819097+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:35.108599+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:44.896721+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:40.368431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T22:05:52.843629+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:6801/2970529702":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/2639164857":"2024-02-20T22:03:22.965032+0000","172.21.15.19:6800/2970529702":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/1426078304":"2024-02-20T22:03:22.965032+0000","172.21.15.19:0/3583403697":"2024-02-20T22:02:31.006770+0000","172.21.15.19:0/2893498483":"2024-02-20T22:02:31.006770+0000","172.21.15.19:6801/265229627":"2024-02-20T22:02:31.006770+0000","172.21.15.19:6800/265229627":"2024-02-20T22:02:31.006770+0000","172.21.15.19:0/3752764173":"2024-02-20T22:01:57.105771+0000","172.21.15.19:0/389333028":"2024-02-20T22:01:57.105771+0000","172.21.15.19:6800/4195937590":"2024-02-20T22:01:57.105771+0000","172.21.15.19:6801/4195937590":"2024-02-20T22:01:57.105771+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-19T22:06:28.209 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-19T22:06:28.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:27.000044+0000 mgr.smithi019.hotguf (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:28.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:27.377043+0000 mon.smithi019 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.19:0/4291044140' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T22:06:28.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:27.000044+0000 mgr.smithi019.hotguf (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:28.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:27.377043+0000 mon.smithi019 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.19:0/4291044140' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T22:06:28.491 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:30.256 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:29.000387+0000 mgr.smithi019.hotguf (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:30.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:29.000387+0000 mgr.smithi019.hotguf (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:30.889 INFO:teuthology.orchestra.run.smithi019.stdout:68719476752 2024-02-19T22:06:30.890 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-19T22:06:31.168 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:32.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:31.000704+0000 mgr.smithi019.hotguf (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:32.425 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:31.000704+0000 mgr.smithi019.hotguf (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:33.670 INFO:teuthology.orchestra.run.smithi019.stdout:85899345935 2024-02-19T22:06:33.670 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-19T22:06:33.948 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:34.375 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:33.001224+0000 mgr.smithi019.hotguf (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:34.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:33.001224+0000 mgr.smithi019.hotguf (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:35.001531+0000 mgr.smithi019.hotguf (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:36.488 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:35.001531+0000 mgr.smithi019.hotguf (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:36.512 INFO:teuthology.orchestra.run.smithi019.stdout:81604378639 2024-02-19T22:06:36.512 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-19T22:06:36.796 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:38.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:37.001819+0000 mgr.smithi019.hotguf (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:38.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:37.001819+0000 mgr.smithi019.hotguf (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:39.235 INFO:teuthology.orchestra.run.smithi019.stdout:111669149710 2024-02-19T22:06:39.235 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-19T22:06:39.517 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:40.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:39.002261+0000 mgr.smithi019.hotguf (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:40.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:39.002261+0000 mgr.smithi019.hotguf (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:42.004 INFO:teuthology.orchestra.run.smithi019.stdout:107374182415 2024-02-19T22:06:42.005 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-19T22:06:42.287 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:42.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:41.002597+0000 mgr.smithi019.hotguf (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:42.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:41.002597+0000 mgr.smithi019.hotguf (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:44.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:43.003065+0000 mgr.smithi019.hotguf (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:44.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:43.003065+0000 mgr.smithi019.hotguf (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:44.708 INFO:teuthology.orchestra.run.smithi019.stdout:146028888079 2024-02-19T22:06:44.709 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-19T22:06:44.989 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:46.287 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:45.003348+0000 mgr.smithi019.hotguf (mgr.14180) 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:46.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:45.003348+0000 mgr.smithi019.hotguf (mgr.14180) 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:47.406 INFO:teuthology.orchestra.run.smithi019.stdout:128849018896 2024-02-19T22:06:47.407 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-19T22:06:47.687 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:48.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:47.003843+0000 mgr.smithi019.hotguf (mgr.14180) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:48.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:47.003843+0000 mgr.smithi019.hotguf (mgr.14180) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:50.316 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:49.004156+0000 mgr.smithi019.hotguf (mgr.14180) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:50.340 INFO:teuthology.orchestra.run.smithi019.stdout:163208757261 2024-02-19T22:06:50.340 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-19T22:06:50.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:49.004156+0000 mgr.smithi019.hotguf (mgr.14180) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:50.623 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:52.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:51.004586+0000 mgr.smithi019.hotguf (mgr.14180) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:52.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:51.004586+0000 mgr.smithi019.hotguf (mgr.14180) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:52.747 INFO:teuthology.orchestra.run.smithi019.stdout:68719476756 2024-02-19T22:06:53.396 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:52.747631+0000 mon.smithi019 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.19:0/1695205785' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-19T22:06:53.413 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:52.747631+0000 mon.smithi019 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.19:0/1695205785' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-19T22:06:53.418 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476752 got 68719476756 for osd.0 2024-02-19T22:06:53.418 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-19T22:06:53.699 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:54.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:53.005113+0000 mgr.smithi019.hotguf (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:54.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:53.005113+0000 mgr.smithi019.hotguf (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:55.594 INFO:teuthology.orchestra.run.smithi019.stdout:85899345940 2024-02-19T22:06:56.235 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:55.005485+0000 mgr.smithi019.hotguf (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:56.235 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:55.594645+0000 mon.smithi019 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.19:0/3726285074' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-19T22:06:56.257 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345935 got 85899345940 for osd.1 2024-02-19T22:06:56.258 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-19T22:06:56.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:55.005485+0000 mgr.smithi019.hotguf (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:56.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:55.594645+0000 mon.smithi019 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.19:0/3726285074' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-19T22:06:56.540 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:58.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:57.005836+0000 mgr.smithi019.hotguf (mgr.14180) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:58.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:57.005836+0000 mgr.smithi019.hotguf (mgr.14180) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:06:58.446 INFO:teuthology.orchestra.run.smithi019.stdout:81604378644 2024-02-19T22:06:59.044 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378639 got 81604378644 for osd.2 2024-02-19T22:06:59.045 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-19T22:06:59.325 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:06:59.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:06:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:06:58.446551+0000 mon.smithi019 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.19:0/19312334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-19T22:06:59.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:06:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:06:58.446551+0000 mon.smithi019 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.19:0/19312334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-19T22:07:00.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:06:59.006127+0000 mgr.smithi019.hotguf (mgr.14180) 155 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:06:59.006127+0000 mgr.smithi019.hotguf (mgr.14180) 155 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:01.324 INFO:teuthology.orchestra.run.smithi019.stdout:111669149714 2024-02-19T22:07:02.097 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149710 got 111669149714 for osd.3 2024-02-19T22:07:02.097 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-19T22:07:02.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:01.006521+0000 mgr.smithi019.hotguf (mgr.14180) 156 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:02.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:01.324499+0000 mon.smithi019 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.19:0/3068938632' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-19T22:07:02.383 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:07:02.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:01.006521+0000 mgr.smithi019.hotguf (mgr.14180) 156 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:02.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:01.324499+0000 mon.smithi019 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.19:0/3068938632' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-19T22:07:04.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:03.006982+0000 mgr.smithi019.hotguf (mgr.14180) 157 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:04.335 INFO:teuthology.orchestra.run.smithi019.stdout:107374182420 2024-02-19T22:07:04.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:03.006982+0000 mgr.smithi019.hotguf (mgr.14180) 157 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:05.136 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182420 for osd.4 2024-02-19T22:07:05.136 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-19T22:07:05.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:04.336504+0000 mon.smithi019 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.19:0/3557553542' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-19T22:07:05.422 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:07:05.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:04.336504+0000 mon.smithi019 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.19:0/3557553542' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-19T22:07:06.279 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:05.007321+0000 mgr.smithi019.hotguf (mgr.14180) 158 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:06.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:05.007321+0000 mgr.smithi019.hotguf (mgr.14180) 158 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:07.410 INFO:teuthology.orchestra.run.smithi019.stdout:146028888083 2024-02-19T22:07:08.144 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888079 got 146028888083 for osd.5 2024-02-19T22:07:08.144 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-19T22:07:08.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:07.007602+0000 mgr.smithi019.hotguf (mgr.14180) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:08.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:07.410639+0000 mon.smithi019 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.19:0/1534252372' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-19T22:07:08.427 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:07:08.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:07.007602+0000 mgr.smithi019.hotguf (mgr.14180) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:08.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:07.410639+0000 mon.smithi019 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.19:0/1534252372' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-19T22:07:10.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:09.008258+0000 mgr.smithi019.hotguf (mgr.14180) 160 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:10.334 INFO:teuthology.orchestra.run.smithi019.stdout:128849018901 2024-02-19T22:07:10.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:09.008258+0000 mgr.smithi019.hotguf (mgr.14180) 160 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:11.069 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018896 got 128849018901 for osd.6 2024-02-19T22:07:11.070 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-19T22:07:11.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:10.335100+0000 mon.smithi019 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.19:0/1220252871' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-19T22:07:11.349 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:07:11.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:10.335100+0000 mon.smithi019 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.19:0/1220252871' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-19T22:07:12.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:11.008776+0000 mgr.smithi019.hotguf (mgr.14180) 161 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:12.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:11.008776+0000 mgr.smithi019.hotguf (mgr.14180) 161 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:13.385 INFO:teuthology.orchestra.run.smithi019.stdout:163208757266 2024-02-19T22:07:14.186 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757266 for osd.7 2024-02-19T22:07:14.186 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-19T22:07:14.186 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-19T22:07:14.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:13.009085+0000 mgr.smithi019.hotguf (mgr.14180) 162 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:14.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:13.386121+0000 mon.smithi019 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.19:0/1222712130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-19T22:07:14.467 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:07:14.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:13.009085+0000 mgr.smithi019.hotguf (mgr.14180) 162 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:14.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:13.386121+0000 mon.smithi019 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.19:0/1222712130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-19T22:07:16.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:15.009566+0000 mgr.smithi019.hotguf (mgr.14180) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:16.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:15.009566+0000 mgr.smithi019.hotguf (mgr.14180) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:16.503 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:07:16.504 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2024-02-19T22:07:17.189 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2024-02-19T22:07:15.009324+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":2379904,"kb_used_data":3136,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548544,"statfs":{"total":767926730752,"available":765489709056,"internally_reserved":0,"allocated":3211264,"data_stored":1267992,"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":40,"state":"active+clean","last_fresh":"2024-02-19T22:05:57.328331+0000","last_change":"2024-02-19T22:05:57.328331+0000","last_active":"2024-02-19T22:05:57.328331+0000","last_peered":"2024-02-19T22:05:57.328331+0000","last_clean":"2024-02-19T22:05:57.328331+0000","last_became_active":"2024-02-19T22:05:57.328055+0000","last_became_peered":"2024-02-19T22:05:57.328055+0000","last_unstale":"2024-02-19T22:05:57.328331+0000","last_undegraded":"2024-02-19T22:05:57.328331+0000","last_fullsized":"2024-02-19T22:05:57.328331+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-19T22:05:33.079653+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-19T22:05:33.079653+0000","last_clean_scrub_stamp":"2024-02-19T22:05:33.079653+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757266,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.48899999999999999}]},{"osd":1,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.59399999999999997}]},{"osd":2,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.55700000000000005}]},{"osd":3,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.57499999999999996}]},{"osd":4,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.60999999999999999}]},{"osd":5,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.66300000000000003}]},{"osd":6,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.81100000000000005}]}]},{"osd":5,"up_from":34,"seq":146028888085,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.628}]},{"osd":1,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.46800000000000003}]},{"osd":2,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.65300000000000002}]},{"osd":3,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.441},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.497}]},{"osd":4,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.59499999999999997}]},{"osd":6,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.623},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.67100000000000004}]},{"osd":7,"last update":"Mon Feb 19 22:06:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.48299999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378647,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:33 2024","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40300000000000002}]},{"osd":1,"last update":"Mon Feb 19 22:06:33 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.52700000000000002}]},{"osd":3,"last update":"Mon Feb 19 22:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.48999999999999999}]},{"osd":4,"last update":"Mon Feb 19 22:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.51100000000000001}]},{"osd":5,"last update":"Mon Feb 19 22:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.503},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.65500000000000003}]},{"osd":6,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.63100000000000001}]},{"osd":7,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.60699999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476761,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.35299999999999998}]},{"osd":2,"last update":"Mon Feb 19 22:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.432},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.312}]},{"osd":3,"last update":"Mon Feb 19 22:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.376},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.48899999999999999}]},{"osd":4,"last update":"Mon Feb 19 22:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.501},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.39900000000000002}]},{"osd":5,"last update":"Mon Feb 19 22:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.52800000000000002}]},{"osd":6,"last update":"Mon Feb 19 22:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.52200000000000002}]},{"osd":7,"last update":"Mon Feb 19 22:06:56 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.60999999999999999}]}]},{"osd":1,"up_from":20,"seq":85899345944,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.51200000000000001}]},{"osd":2,"last update":"Mon Feb 19 22:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.48599999999999999}]},{"osd":3,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.34499999999999997}]},{"osd":4,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.57399999999999995}]},{"osd":5,"last update":"Mon Feb 19 22:06:48 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.38},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.42999999999999999}]},{"osd":6,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.51900000000000002}]},{"osd":7,"last update":"Mon Feb 19 22:06:58 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.41399999999999998}]}]},{"osd":4,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.308},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.46200000000000002}]},{"osd":1,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.48099999999999998}]},{"osd":2,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.35799999999999998}]},{"osd":3,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.52500000000000002}]},{"osd":5,"last update":"Mon Feb 19 22:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.498}]},{"osd":6,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.54600000000000004}]},{"osd":7,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.60499999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149717,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.56299999999999994}]},{"osd":1,"last update":"Mon Feb 19 22:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.309}]},{"osd":2,"last update":"Mon Feb 19 22:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.60399999999999998}]},{"osd":4,"last update":"Mon Feb 19 22:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.627}]},{"osd":5,"last update":"Mon Feb 19 22:06:48 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.47699999999999998}]},{"osd":6,"last update":"Mon Feb 19 22:06:43 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.622}]},{"osd":7,"last update":"Mon Feb 19 22:06:54 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.495}]}]},{"osd":6,"up_from":30,"seq":128849018902,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.45700000000000002}]},{"osd":1,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.64700000000000002}]},{"osd":2,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.373}]},{"osd":3,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.54800000000000004}]},{"osd":4,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.501},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.55800000000000005}]},{"osd":5,"last update":"Mon Feb 19 22:06:48 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.69399999999999995}]},{"osd":7,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.73199999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-19T22:07:17.190 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-19T22:07:17.469 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:07:18.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:16.500734+0000 mgr.smithi019.hotguf (mgr.14180) 164 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:07:18.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:17.010035+0000 mgr.smithi019.hotguf (mgr.14180) 165 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:18.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:16.500734+0000 mgr.smithi019.hotguf (mgr.14180) 164 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:07:18.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:17.010035+0000 mgr.smithi019.hotguf (mgr.14180) 165 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:19.613 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:07:19.615 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2024-02-19T22:07:20.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:19.010313+0000 mgr.smithi019.hotguf (mgr.14180) 166 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:20.379 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2024-02-19T22:07:19.010174+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":2379904,"kb_used_data":3136,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548544,"statfs":{"total":767926730752,"available":765489709056,"internally_reserved":0,"allocated":3211264,"data_stored":1267992,"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":40,"state":"active+clean","last_fresh":"2024-02-19T22:05:57.328331+0000","last_change":"2024-02-19T22:05:57.328331+0000","last_active":"2024-02-19T22:05:57.328331+0000","last_peered":"2024-02-19T22:05:57.328331+0000","last_clean":"2024-02-19T22:05:57.328331+0000","last_became_active":"2024-02-19T22:05:57.328055+0000","last_became_peered":"2024-02-19T22:05:57.328055+0000","last_unstale":"2024-02-19T22:05:57.328331+0000","last_undegraded":"2024-02-19T22:05:57.328331+0000","last_fullsized":"2024-02-19T22:05:57.328331+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-19T22:05:33.079653+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-19T22:05:33.079653+0000","last_clean_scrub_stamp":"2024-02-19T22:05:33.079653+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757267,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.61499999999999999}]},{"osd":1,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.316},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.27100000000000002}]},{"osd":2,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.432}]},{"osd":3,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.308}]},{"osd":4,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.63}]},{"osd":5,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.39800000000000002}]},{"osd":6,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.64100000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888086,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.48399999999999999}]},{"osd":1,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.379}]},{"osd":2,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.50600000000000001}]},{"osd":3,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.34899999999999998}]},{"osd":4,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.52300000000000002}]},{"osd":6,"last update":"Mon Feb 19 22:06:52 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.57499999999999996}]},{"osd":7,"last update":"Mon Feb 19 22:06:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.53600000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378648,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:33 2024","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40999999999999998}]},{"osd":1,"last update":"Mon Feb 19 22:06:33 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.51200000000000001}]},{"osd":3,"last update":"Mon Feb 19 22:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.621},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.55600000000000005}]},{"osd":4,"last update":"Mon Feb 19 22:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.56899999999999995}]},{"osd":5,"last update":"Mon Feb 19 22:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.65400000000000003}]},{"osd":6,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.69499999999999995}]},{"osd":7,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.68400000000000005}]}]},{"osd":0,"up_from":16,"seq":68719476762,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.45300000000000001}]},{"osd":2,"last update":"Mon Feb 19 22:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.30399999999999999}]},{"osd":3,"last update":"Mon Feb 19 22:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.54900000000000004}]},{"osd":4,"last update":"Mon Feb 19 22:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.51600000000000001}]},{"osd":5,"last update":"Mon Feb 19 22:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.58399999999999996}]},{"osd":6,"last update":"Mon Feb 19 22:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.42599999999999999}]},{"osd":7,"last update":"Mon Feb 19 22:06:56 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.55800000000000005}]}]},{"osd":1,"up_from":20,"seq":85899345945,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.437},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.496}]},{"osd":2,"last update":"Mon Feb 19 22:06:34 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.57399999999999995}]},{"osd":3,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.40400000000000003}]},{"osd":4,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.54400000000000004}]},{"osd":5,"last update":"Mon Feb 19 22:06:48 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.47599999999999998}]},{"osd":6,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.629}]},{"osd":7,"last update":"Mon Feb 19 22:06:58 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.52800000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182423,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.46200000000000002}]},{"osd":1,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.52600000000000002}]},{"osd":2,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.379},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.442}]},{"osd":3,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.48099999999999998}]},{"osd":5,"last update":"Mon Feb 19 22:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.54800000000000004}]},{"osd":6,"last update":"Mon Feb 19 22:06:42 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.496},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.39100000000000001}]},{"osd":7,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.56399999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.442},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.38300000000000001}]},{"osd":1,"last update":"Mon Feb 19 22:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.23499999999999999},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.22700000000000001}]},{"osd":2,"last update":"Mon Feb 19 22:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.51200000000000001}]},{"osd":4,"last update":"Mon Feb 19 22:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.45600000000000002}]},{"osd":5,"last update":"Mon Feb 19 22:06:48 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.32500000000000001}]},{"osd":6,"last update":"Mon Feb 19 22:06:43 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.53800000000000003}]},{"osd":7,"last update":"Mon Feb 19 22:06:54 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.35299999999999998}]}]},{"osd":6,"up_from":30,"seq":128849018903,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":158499,"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":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.47799999999999998}]},{"osd":1,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.629}]},{"osd":2,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.41199999999999998}]},{"osd":3,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.62},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.70699999999999996}]},{"osd":4,"last update":"Mon Feb 19 22:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.46400000000000002}]},{"osd":5,"last update":"Mon Feb 19 22:06:48 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.66800000000000004}]},{"osd":7,"last update":"Mon Feb 19 22:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.68899999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-19T22:07:20.381 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-19T22:07:20.381 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-19T22:07:20.381 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-19T22:07:20.381 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph health --format=json 2024-02-19T22:07:20.663 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/mon.smithi019/config 2024-02-19T22:07:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:19.010313+0000 mgr.smithi019.hotguf (mgr.14180) 166 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:21.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:19.611141+0000 mgr.smithi019.hotguf (mgr.14180) 167 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:07:21.663 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:19.611141+0000 mgr.smithi019.hotguf (mgr.14180) 167 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:07:22.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:21.010628+0000 mgr.smithi019.hotguf (mgr.14180) 168 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:22.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:21.612920+0000 mon.smithi019 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:07:22.602 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:07:22.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:21.010628+0000 mgr.smithi019.hotguf (mgr.14180) 168 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:22.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:21.612920+0000 mon.smithi019 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:07:23.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:22.602956+0000 mon.smithi019 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.19:0/4200244005' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-19T22:07:23.514 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:22.602956+0000 mon.smithi019 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.19:0/4200244005' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-19T22:07:23.535 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-19T22:07:23.535 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-19T22:07:23.535 INFO:tasks.cephadm:Setup complete, yielding 2024-02-19T22:07:23.535 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T22:07:23.546 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-19T22:07:23.546 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph orch status' 2024-02-19T22:07:24.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:23.010904+0000 mgr.smithi019.hotguf (mgr.14180) 169 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:24.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:23.663090+0000 mon.smithi019 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:24.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:23.010904+0000 mgr.smithi019.hotguf (mgr.14180) 169 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:24.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:23.663090+0000 mon.smithi019 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:26.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:25.011371+0000 mgr.smithi019.hotguf (mgr.14180) 170 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:26.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:25.011371+0000 mgr.smithi019.hotguf (mgr.14180) 170 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:26.829 INFO:teuthology.orchestra.run.smithi019.stdout:Backend: cephadm 2024-02-19T22:07:26.829 INFO:teuthology.orchestra.run.smithi019.stdout:Available: Yes 2024-02-19T22:07:26.829 INFO:teuthology.orchestra.run.smithi019.stdout:Paused: No 2024-02-19T22:07:27.797 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-19T22:07:28.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:26.829379+0000 mgr.smithi019.hotguf (mgr.14180) 171 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:28.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:27.011952+0000 mgr.smithi019.hotguf (mgr.14180) 172 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:28.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:26.829379+0000 mgr.smithi019.hotguf (mgr.14180) 171 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:28.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:27.011952+0000 mgr.smithi019.hotguf (mgr.14180) 172 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:30.539 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-19T22:07:30.539 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 running (3m) 88s ago 4m 23.4M - 0.23.0 ba2b418f427c 9c1fd3bde66d 2024-02-19T22:07:30.539 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (4m) 88s ago 4m 6639k - 16.2.14-548-g81bd20d6 823b921721f5 3ff73cd473f0 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi188 smithi188 running (3m) 6s ago 3m 6643k - 16.2.14-548-g81bd20d6 823b921721f5 783af269ecfe 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (2m) 88s ago 4m 45.4M - 8.3.5 dad864ee21e9 48f03fdd3731 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.hotguf smithi019 *:9283 running (5m) 88s ago 5m 429M - 16.2.14-548-g81bd20d6 823b921721f5 9c9c37b5da41 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi188.naeqxm smithi188 *:8443,9283 running (3m) 6s ago 3m 385M - 16.2.14-548-g81bd20d6 823b921721f5 0e16aa9af0a6 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (5m) 88s ago 5m 51.0M 2048M 16.2.14-548-g81bd20d6 823b921721f5 a676af716585 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi188 smithi188 running (3m) 6s ago 3m 54.4M 2048M 16.2.14-548-g81bd20d6 823b921721f5 9a51e2681232 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (4m) 88s ago 4m 24.7M - 1.3.1 1dbe0e931976 c022a0152716 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi188 smithi188 *:9100 running (3m) 6s ago 3m 23.9M - 1.3.1 1dbe0e931976 3f3bb97aa717 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi188 running (2m) 6s ago 2m 32.6M 3992M 16.2.14-548-g81bd20d6 823b921721f5 6d0b1d740dc6 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (2m) 88s ago 2m 31.3M 3225M 16.2.14-548-g81bd20d6 823b921721f5 db01bfd74551 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi188 running (2m) 6s ago 2m 34.2M 3992M 16.2.14-548-g81bd20d6 823b921721f5 4471e79260cb 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (118s) 88s ago 117s 30.4M 3225M 16.2.14-548-g81bd20d6 823b921721f5 5d58633b1202 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi188 running (119s) 6s ago 119s 29.3M 3992M 16.2.14-548-g81bd20d6 823b921721f5 51be8bce4aa1 2024-02-19T22:07:30.540 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi019 running (110s) 88s ago 109s 26.5M 3225M 16.2.14-548-g81bd20d6 823b921721f5 fe8472b87cfd 2024-02-19T22:07:30.541 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi188 running (114s) 6s ago 114s 30.3M 3992M 16.2.14-548-g81bd20d6 823b921721f5 8a046f52a31a 2024-02-19T22:07:30.541 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi019 running (102s) 88s ago 101s 23.7M 3225M 16.2.14-548-g81bd20d6 823b921721f5 32dfa85e1b5d 2024-02-19T22:07:30.541 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (2m) 88s ago 3m 44.6M - 2.33.4 514e6a882f6e 06c71b6c09d5 2024-02-19T22:07:30.567 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:29.012315+0000 mgr.smithi019.hotguf (mgr.14180) 173 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:30.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:29.012315+0000 mgr.smithi019.hotguf (mgr.14180) 173 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:31.213 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-19T22:07:32.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:30.531601+0000 mgr.smithi019.hotguf (mgr.14180) 174 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:32.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:31.012637+0000 mgr.smithi019.hotguf (mgr.14180) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:32.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:31.381630+0000 mon.smithi019 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:32.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:31.864584+0000 mon.smithi019 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:07:32.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:31.865246+0000 mon.smithi019 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:07:32.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:31.871380+0000 mon.smithi019 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:32.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:31.874733+0000 mon.smithi019 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:07:32.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:30.531601+0000 mgr.smithi019.hotguf (mgr.14180) 174 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:32.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:31.012637+0000 mgr.smithi019.hotguf (mgr.14180) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:32.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:31.381630+0000 mon.smithi019 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:32.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:31.864584+0000 mon.smithi019 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:07:32.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:31.865246+0000 mon.smithi019 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:07:32.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:31.871380+0000 mon.smithi019 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:32.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:31.874733+0000 mon.smithi019 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:07:33.364 INFO:teuthology.orchestra.run.smithi019.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-19T22:07:33.364 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager ?:9093,9094 1/1 1s ago 5m count:1 2024-02-19T22:07:33.364 INFO:teuthology.orchestra.run.smithi019.stdout:crash 2/2 9s ago 5m * 2024-02-19T22:07:33.364 INFO:teuthology.orchestra.run.smithi019.stdout:grafana ?:3000 1/1 1s ago 5m count:1 2024-02-19T22:07:33.364 INFO:teuthology.orchestra.run.smithi019.stdout:mgr 2/2 9s ago 5m count:2 2024-02-19T22:07:33.364 INFO:teuthology.orchestra.run.smithi019.stdout:mon 2/2 9s ago 3m smithi019:172.21.15.19=smithi019;smithi188:172.21.15.188=smithi188;count:2 2024-02-19T22:07:33.365 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter ?:9100 2/2 9s ago 5m * 2024-02-19T22:07:33.365 INFO:teuthology.orchestra.run.smithi019.stdout:osd.all-available-devices 8 9s ago 3m * 2024-02-19T22:07:33.365 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus ?:9095 1/1 1s ago 5m count:1 2024-02-19T22:07:33.996 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-19T22:07:34.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:33.013081+0000 mgr.smithi019.hotguf (mgr.14180) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:34.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:33.361019+0000 mgr.smithi019.hotguf (mgr.14180) 177 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:34.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:33.013081+0000 mgr.smithi019.hotguf (mgr.14180) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:34.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:33.361019+0000 mgr.smithi019.hotguf (mgr.14180) 177 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:36.168 INFO:teuthology.orchestra.run.smithi019.stdout:HOST ADDR LABELS STATUS 2024-02-19T22:07:36.168 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 172.21.15.19 2024-02-19T22:07:36.168 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 172.21.15.188 2024-02-19T22:07:36.169 INFO:teuthology.orchestra.run.smithi019.stdout:2 hosts in cluster 2024-02-19T22:07:36.573 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:35.013397+0000 mgr.smithi019.hotguf (mgr.14180) 178 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:36.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:35.013397+0000 mgr.smithi019.hotguf (mgr.14180) 178 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:36.937 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-19T22:07:37.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:36.168489+0000 mgr.smithi019.hotguf (mgr.14180) 179 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:37.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:36.168489+0000 mgr.smithi019.hotguf (mgr.14180) 179 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:38.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:37.013716+0000 mgr.smithi019.hotguf (mgr.14180) 180 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:38.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:37.013716+0000 mgr.smithi019.hotguf (mgr.14180) 180 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:39.182 INFO:teuthology.orchestra.run.smithi019.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-19T22:07:39.182 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330002G400BGN 372G 91s ago Has a FileSystem, LVM detected 2024-02-19T22:07:39.182 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme1n1 ssd Linux_9b731e906aede2879de7 89.4G 91s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:39.182 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme2n1 ssd Linux_6ad80bab22c29eb86eab 89.4G 91s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:39.182 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme3n1 ssd Linux_f6b9d24c0c804282d08f 89.4G 91s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:39.182 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme4n1 ssd Linux_cc6a05b3f12d4d838a4a 89.4G 91s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:39.182 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500MP400BGN 372G 99s ago Has a FileSystem, LVM detected 2024-02-19T22:07:39.183 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme1n1 ssd Linux_8a9de0cb5340fd458b1c 89.4G 99s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:39.183 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme2n1 ssd Linux_f99af4b4a8a3eea80e71 89.4G 99s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:39.183 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme3n1 ssd Linux_6c3a1a39efd7a38cad80 89.4G 99s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:39.183 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme4n1 ssd Linux_80e10303b9aa0effb010 89.4G 99s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:39.970 INFO:teuthology.run_tasks:Running task vip... 2024-02-19T22:07:39.980 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-19T22:07:39.980 INFO:tasks.vip:peername 172.21.15.19 2024-02-19T22:07:39.983 INFO:tasks.vip:172.21.15.19 in 172.21.0.0/20, pos 3858 2024-02-19T22:07:39.988 INFO:tasks.vip:smithi019.front.sepia.ceph.com static 10.0.15.19, vnet 10.0.0.0/16 2024-02-19T22:07:39.988 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-19T22:07:39.988 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip route ls 2024-02-19T22:07:40.022 INFO:teuthology.orchestra.run.smithi019.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.19 metric 100 2024-02-19T22:07:40.023 INFO:teuthology.orchestra.run.smithi019.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.19 metric 100 2024-02-19T22:07:40.024 INFO:tasks.vip:Configuring 10.0.15.19 on smithi019.front.sepia.ceph.com iface ens1f0... 2024-02-19T22:07:40.024 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr add 10.0.15.19/16 dev ens1f0 2024-02-19T22:07:40.096 INFO:tasks.vip:peername 172.21.15.188 2024-02-19T22:07:40.098 INFO:tasks.vip:172.21.15.188 in 172.21.0.0/20, pos 4027 2024-02-19T22:07:40.102 INFO:tasks.vip:smithi188.front.sepia.ceph.com static 10.0.15.188, vnet 10.0.0.0/16 2024-02-19T22:07:40.102 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip route ls 2024-02-19T22:07:40.139 INFO:teuthology.orchestra.run.smithi188.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.188 metric 100 2024-02-19T22:07:40.139 INFO:teuthology.orchestra.run.smithi188.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.188 metric 100 2024-02-19T22:07:40.140 INFO:tasks.vip:Configuring 10.0.15.188 on smithi188.front.sepia.ceph.com iface enp3s0f1... 2024-02-19T22:07:40.140 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr add 10.0.15.188/16 dev enp3s0f1 2024-02-19T22:07:40.213 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T22:07:40.222 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-19T22:07:40.222 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-19T22:07:40.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:39.014016+0000 mgr.smithi019.hotguf (mgr.14180) 181 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:40.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:39.180061+0000 mgr.smithi019.hotguf (mgr.14180) 182 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:40.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:39.014016+0000 mgr.smithi019.hotguf (mgr.14180) 181 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:40.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:39.180061+0000 mgr.smithi019.hotguf (mgr.14180) 182 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330002G400BGN 372G 95s ago Has a FileSystem, LVM detected 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme1n1 ssd Linux_9b731e906aede2879de7 89.4G 95s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme2n1 ssd Linux_6ad80bab22c29eb86eab 89.4G 95s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme3n1 ssd Linux_f6b9d24c0c804282d08f 89.4G 95s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme4n1 ssd Linux_cc6a05b3f12d4d838a4a 89.4G 95s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500MP400BGN 372G 103s ago Has a FileSystem, LVM detected 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme1n1 ssd Linux_8a9de0cb5340fd458b1c 89.4G 103s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme2n1 ssd Linux_f99af4b4a8a3eea80e71 89.4G 103s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:42.455 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme3n1 ssd Linux_6c3a1a39efd7a38cad80 89.4G 103s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:42.456 INFO:teuthology.orchestra.run.smithi019.stdout:smithi188 /dev/nvme4n1 ssd Linux_80e10303b9aa0effb010 89.4G 103s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T22:07:42.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:41.014446+0000 mgr.smithi019.hotguf (mgr.14180) 183 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:42.743 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:41.014446+0000 mgr.smithi019.hotguf (mgr.14180) 183 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:43.155 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-19T22:07:43.333 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-19T22:07:43.333 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-19T22:07:43.365 INFO:teuthology.orchestra.run.smithi019.stderr:+ systemctl stop nfs-server 2024-02-19T22:07:43.372 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi188.front.sepia.ceph.com 2024-02-19T22:07:43.372 DEBUG:teuthology.orchestra.run.smithi188:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-19T22:07:43.400 INFO:teuthology.orchestra.run.smithi188.stderr:+ systemctl stop nfs-server 2024-02-19T22:07:43.408 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T22:07:43.535 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2024-02-19T22:07:43.536 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-19T22:07:43.537 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:42.452779+0000 mgr.smithi019.hotguf (mgr.14180) 184 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:43.538 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:42.464768+0000 mon.smithi019 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:07:43.677 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:42.452779+0000 mgr.smithi019.hotguf (mgr.14180) 184 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:43.677 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:42.464768+0000 mon.smithi019 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:07:44.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:43.014915+0000 mgr.smithi019.hotguf (mgr.14180) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:44.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:43.014915+0000 mgr.smithi019.hotguf (mgr.14180) 185 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:45.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:44.635411+0000 mon.smithi019 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:45.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:45.015295+0000 mgr.smithi019.hotguf (mgr.14180) 186 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:45.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:44.635411+0000 mon.smithi019 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:45.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:45.015295+0000 mgr.smithi019.hotguf (mgr.14180) 186 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:47.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:46.706523+0000 mon.smithi019 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-19T22:07:47.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:46.706523+0000 mon.smithi019 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-19T22:07:48.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:07:48.204+0000 7fbd994cf700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-19T22:07:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:46.705983+0000 mgr.smithi019.hotguf (mgr.14180) 187 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:47.015562+0000 mgr.smithi019.hotguf (mgr.14180) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:47.197211+0000 mon.smithi019 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-19T22:07:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:47.197259+0000 mon.smithi019 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-19T22:07:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:47.198941+0000 mon.smithi019 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-19T22:07:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:48.166643+0000 mon.smithi019 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:48.202654+0000 mon.smithi019 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-19T22:07:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:48.202812+0000 mon.smithi019 (mon.0) 612 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-19T22:07:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:48.204544+0000 mon.smithi019 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-19T22:07:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:48.205339+0000 mon.smithi019 (mon.0) 614 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-19T22:07:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:48.205364+0000 mon.smithi019 (mon.0) 615 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-19T22:07:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:48.228578+0000 mon.smithi019 (mon.0) 616 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-19T22:07:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:48.228676+0000 mon.smithi019 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-19T22:07:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:48.228734+0000 mon.smithi019 (mon.0) 618 : cluster [DBG] fsmap foofs:0 2024-02-19T22:07:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:07:48.231739+0000 mgr.smithi019.hotguf (mgr.14180) 189 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-19T22:07:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:48.234399+0000 mon.smithi019 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:49.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:46.705983+0000 mgr.smithi019.hotguf (mgr.14180) 187 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:49.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:47.015562+0000 mgr.smithi019.hotguf (mgr.14180) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:49.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:47.197211+0000 mon.smithi019 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-19T22:07:49.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:47.197259+0000 mon.smithi019 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-19T22:07:49.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:47.198941+0000 mon.smithi019 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-19T22:07:49.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:48.166643+0000 mon.smithi019 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:48.202654+0000 mon.smithi019 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:48.202812+0000 mon.smithi019 (mon.0) 612 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:48.204544+0000 mon.smithi019 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:48.205339+0000 mon.smithi019 (mon.0) 614 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:48.205364+0000 mon.smithi019 (mon.0) 615 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:48.228578+0000 mon.smithi019 (mon.0) 616 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:48.228676+0000 mon.smithi019 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:48.228734+0000 mon.smithi019 (mon.0) 618 : cluster [DBG] fsmap foofs:0 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:07:48.231739+0000 mgr.smithi019.hotguf (mgr.14180) 189 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-19T22:07:49.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:48.234399+0000 mon.smithi019 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:49.097 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.19/16 --port 2999' 2024-02-19T22:07:50.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:49.015985+0000 mgr.smithi019.hotguf (mgr.14180) 190 : cluster [DBG] pgmap v165: 65 pgs: 21 creating+peering, 1 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:50.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:49.229233+0000 mon.smithi019 (mon.0) 620 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-19T22:07:50.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:49.742390+0000 mon.smithi019 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:50.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:49.015985+0000 mgr.smithi019.hotguf (mgr.14180) 190 : cluster [DBG] pgmap v165: 65 pgs: 21 creating+peering, 1 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:50.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:49.229233+0000 mon.smithi019 (mon.0) 620 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-19T22:07:50.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:49.742390+0000 mon.smithi019 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:51.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:50.236261+0000 mon.smithi019 (mon.0) 622 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-19T22:07:51.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:50.236261+0000 mon.smithi019 (mon.0) 622 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-19T22:07:52.306 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:51.016340+0000 mgr.smithi019.hotguf (mgr.14180) 191 : cluster [DBG] pgmap v168: 65 pgs: 9 active+clean, 21 creating+peering, 35 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:52.306 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:51.558244+0000 mon.smithi019 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-19T22:07:52.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:51.016340+0000 mgr.smithi019.hotguf (mgr.14180) 191 : cluster [DBG] pgmap v168: 65 pgs: 9 active+clean, 21 creating+peering, 35 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:52.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:51.558244+0000 mon.smithi019 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-19T22:07:53.285 INFO:teuthology.orchestra.run.smithi019.stdout:NFS Cluster Created Successfully 2024-02-19T22:07:53.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:51.556945+0000 mgr.smithi019.hotguf (mgr.14180) 192 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.19/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:53.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:52.243491+0000 mon.smithi019 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-19T22:07:53.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:52.243559+0000 mon.smithi019 (mon.0) 625 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-19T22:07:53.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:52.244559+0000 mon.smithi019 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-19T22:07:53.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:53.124381+0000 mon.smithi019 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:53.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:51.556945+0000 mgr.smithi019.hotguf (mgr.14180) 192 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.19/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:53.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:52.243491+0000 mon.smithi019 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-19T22:07:53.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:52.243559+0000 mon.smithi019 (mon.0) 625 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-19T22:07:53.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:52.244559+0000 mon.smithi019 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-19T22:07:53.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:53.124381+0000 mon.smithi019 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:54.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:53.016903+0000 mgr.smithi019.hotguf (mgr.14180) 193 : cluster [DBG] pgmap v170: 97 pgs: 43 active+clean, 16 creating+peering, 38 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:54.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:53.249254+0000 mon.smithi019 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-19T22:07:54.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:53.249466+0000 mon.smithi019 (mon.0) 629 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-19T22:07:54.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:07:53.275666+0000 mgr.smithi019.hotguf (mgr.14180) 194 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-19T22:07:54.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:53.278658+0000 mon.smithi019 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:54.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:07:53.279935+0000 mgr.smithi019.hotguf (mgr.14180) 195 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-19T22:07:54.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:53.285045+0000 mon.smithi019 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:54.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:53.016903+0000 mgr.smithi019.hotguf (mgr.14180) 193 : cluster [DBG] pgmap v170: 97 pgs: 43 active+clean, 16 creating+peering, 38 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:54.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:53.249254+0000 mon.smithi019 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-19T22:07:54.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:53.249466+0000 mon.smithi019 (mon.0) 629 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-19T22:07:54.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:07:53.275666+0000 mgr.smithi019.hotguf (mgr.14180) 194 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-19T22:07:54.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:53.278658+0000 mon.smithi019 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:54.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:07:53.279935+0000 mgr.smithi019.hotguf (mgr.14180) 195 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-19T22:07:54.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:53.285045+0000 mon.smithi019 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:55.055 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-19T22:07:55.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:54.251970+0000 mon.smithi019 (mon.0) 632 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:54.291159+0000 mon.smithi019 (mon.0) 633 : cluster [DBG] mgrmap e19: smithi019.hotguf(active, since 4m), standbys: smithi188.naeqxm 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.945960+0000 mon.smithi019 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.946809+0000 mon.smithi019 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.947457+0000 mon.smithi019 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.950928+0000 mon.smithi019 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.954471+0000 mon.smithi019 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.961594+0000 mon.smithi019 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.962265+0000 mon.smithi019 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi188.jkpjwi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.966297+0000 mon.smithi019 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi188.jkpjwi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-19T22:07:55.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:54.966801+0000 mon.smithi019 (mon.0) 642 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:07:55.468 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:54.251970+0000 mon.smithi019 (mon.0) 632 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-19T22:07:55.468 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:54.291159+0000 mon.smithi019 (mon.0) 633 : cluster [DBG] mgrmap e19: smithi019.hotguf(active, since 4m), standbys: smithi188.naeqxm 2024-02-19T22:07:55.468 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.945960+0000 mon.smithi019 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:55.468 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.946809+0000 mon.smithi019 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:07:55.469 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.947457+0000 mon.smithi019 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:07:55.469 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.950928+0000 mon.smithi019 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:55.469 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.954471+0000 mon.smithi019 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:07:55.469 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.961594+0000 mon.smithi019 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:55.469 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.962265+0000 mon.smithi019 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi188.jkpjwi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-19T22:07:55.469 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.966297+0000 mon.smithi019 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi188.jkpjwi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-19T22:07:55.469 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:54.966801+0000 mon.smithi019 (mon.0) 642 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:07:56.369 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:07:54.967313+0000 mgr.smithi019.hotguf (mgr.14180) 196 : cephadm [INF] Deploying daemon mds.foofs.smithi188.jkpjwi on smithi188 2024-02-19T22:07:56.369 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:55.017313+0000 mgr.smithi019.hotguf (mgr.14180) 197 : cluster [DBG] pgmap v173: 97 pgs: 65 active+clean, 24 creating+peering, 8 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:56.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:07:54.967313+0000 mgr.smithi019.hotguf (mgr.14180) 196 : cephadm [INF] Deploying daemon mds.foofs.smithi188.jkpjwi on smithi188 2024-02-19T22:07:56.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:55.017313+0000 mgr.smithi019.hotguf (mgr.14180) 197 : cluster [DBG] pgmap v173: 97 pgs: 65 active+clean, 24 creating+peering, 8 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:58.279 INFO:teuthology.orchestra.run.smithi019.stdout:{ 2024-02-19T22:07:58.279 INFO:teuthology.orchestra.run.smithi019.stdout: "bind": "/fake", 2024-02-19T22:07:58.279 INFO:teuthology.orchestra.run.smithi019.stdout: "fs": "foofs", 2024-02-19T22:07:58.279 INFO:teuthology.orchestra.run.smithi019.stdout: "path": "/", 2024-02-19T22:07:58.279 INFO:teuthology.orchestra.run.smithi019.stdout: "cluster": "foo", 2024-02-19T22:07:58.280 INFO:teuthology.orchestra.run.smithi019.stdout: "mode": "RW" 2024-02-19T22:07:58.280 INFO:teuthology.orchestra.run.smithi019.stdout:} 2024-02-19T22:07:58.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.017812+0000 mgr.smithi019.hotguf (mgr.14180) 198 : cluster [DBG] pgmap v174: 97 pgs: 70 active+clean, 24 creating+peering, 3 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.264112+0000 mon.smithi019 (mon.0) 643 : cluster [DBG] mds.? [v2:172.21.15.188:6832/3106865919,v1:172.21.15.188:6833/3106865919] up:boot 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.264172+0000 mon.smithi019 (mon.0) 644 : cluster [INF] daemon mds.foofs.smithi188.jkpjwi assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.264236+0000 mon.smithi019 (mon.0) 645 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.264258+0000 mon.smithi019 (mon.0) 646 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.264279+0000 mon.smithi019 (mon.0) 647 : cluster [INF] Cluster is now healthy 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.265358+0000 mon.smithi019 (mon.0) 648 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:57.265457+0000 mon.smithi019 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi188.jkpjwi"}]: dispatch 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.269442+0000 mon.smithi019 (mon.0) 650 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi188.jkpjwi=up:creating} 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:57.280208+0000 mon.smithi019 (mon.0) 651 : cluster [INF] daemon mds.foofs.smithi188.jkpjwi is now active in filesystem foofs as rank 0 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:57.329084+0000 mon.smithi019 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:57.330064+0000 mon.smithi019 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.gahxvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:57.333101+0000 mon.smithi019 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.gahxvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:57.333728+0000 mon.smithi019 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:07:57.334269+0000 mgr.smithi019.hotguf (mgr.14180) 199 : cephadm [INF] Deploying daemon mds.foofs.smithi019.gahxvr on smithi019 2024-02-19T22:07:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:57.358095+0000 mgr.smithi019.hotguf (mgr.14180) 200 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.017812+0000 mgr.smithi019.hotguf (mgr.14180) 198 : cluster [DBG] pgmap v174: 97 pgs: 70 active+clean, 24 creating+peering, 3 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:07:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.264112+0000 mon.smithi019 (mon.0) 643 : cluster [DBG] mds.? [v2:172.21.15.188:6832/3106865919,v1:172.21.15.188:6833/3106865919] up:boot 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.264172+0000 mon.smithi019 (mon.0) 644 : cluster [INF] daemon mds.foofs.smithi188.jkpjwi assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.264236+0000 mon.smithi019 (mon.0) 645 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.264258+0000 mon.smithi019 (mon.0) 646 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.264279+0000 mon.smithi019 (mon.0) 647 : cluster [INF] Cluster is now healthy 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.265358+0000 mon.smithi019 (mon.0) 648 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:57.265457+0000 mon.smithi019 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi188.jkpjwi"}]: dispatch 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.269442+0000 mon.smithi019 (mon.0) 650 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi188.jkpjwi=up:creating} 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:57.280208+0000 mon.smithi019 (mon.0) 651 : cluster [INF] daemon mds.foofs.smithi188.jkpjwi is now active in filesystem foofs as rank 0 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:57.329084+0000 mon.smithi019 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:57.330064+0000 mon.smithi019 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.gahxvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:57.333101+0000 mon.smithi019 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.gahxvr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:57.333728+0000 mon.smithi019 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:07:57.334269+0000 mgr.smithi019.hotguf (mgr.14180) 199 : cephadm [INF] Deploying daemon mds.foofs.smithi019.gahxvr on smithi019 2024-02-19T22:07:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:57.358095+0000 mgr.smithi019.hotguf (mgr.14180) 200 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T22:07:59.071 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-19T22:07:59.081 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-19T22:07:59.081 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:07:59.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:58.270186+0000 mon.smithi019 (mon.0) 656 : cluster [DBG] mds.? [v2:172.21.15.188:6832/3106865919,v1:172.21.15.188:6833/3106865919] up:active 2024-02-19T22:07:59.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:58.270226+0000 mon.smithi019 (mon.0) 657 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi188.jkpjwi=up:active} 2024-02-19T22:07:59.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:58.272717+0000 mon.smithi019 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-19T22:07:59.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:07:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:07:58.275599+0000 mon.smithi019 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-19T22:07:59.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:58.270186+0000 mon.smithi019 (mon.0) 656 : cluster [DBG] mds.? [v2:172.21.15.188:6832/3106865919,v1:172.21.15.188:6833/3106865919] up:active 2024-02-19T22:07:59.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:58.270226+0000 mon.smithi019 (mon.0) 657 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi188.jkpjwi=up:active} 2024-02-19T22:07:59.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:58.272717+0000 mon.smithi019 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-19T22:07:59.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:07:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:07:58.275599+0000 mon.smithi019 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-19T22:08:00.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:07:59.018463+0000 mgr.smithi019.hotguf (mgr.14180) 201 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:08:00.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:07:59.018463+0000 mgr.smithi019.hotguf (mgr.14180) 201 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T22:08:01.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:00.282099+0000 mon.smithi019 (mon.0) 660 : cluster [DBG] mgrmap e20: smithi019.hotguf(active, since 4m), standbys: smithi188.naeqxm 2024-02-19T22:08:01.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:00.282099+0000 mon.smithi019 (mon.0) 660 : cluster [DBG] mgrmap e20: smithi019.hotguf(active, since 4m), standbys: smithi188.naeqxm 2024-02-19T22:08:01.779 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:01.779 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:01.018920+0000 mgr.smithi019.hotguf (mgr.14180) 202 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.799220+0000 mon.smithi019 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.803434+0000 mon.smithi019 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.820389+0000 mon.smithi019 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.ljtqzg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.825742+0000 mon.smithi019 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.ljtqzg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.826485+0000 mon.smithi019 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.831507+0000 mon.smithi019 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.832420+0000 mon.smithi019 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.872294+0000 mon.smithi019 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-19T22:08:02.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.875424+0000 mon.smithi019 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-19T22:08:02.488 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.918540+0000 mon.smithi019 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.ljtqzg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T22:08:02.488 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.924022+0000 mon.smithi019 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.ljtqzg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T22:08:02.488 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.927394+0000 mon.smithi019 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:08:02.506 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:01.018920+0000 mgr.smithi019.hotguf (mgr.14180) 202 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-02-19T22:08:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.799220+0000 mon.smithi019 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.803434+0000 mon.smithi019 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.820389+0000 mon.smithi019 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.ljtqzg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.825742+0000 mon.smithi019 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.ljtqzg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.826485+0000 mon.smithi019 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.831507+0000 mon.smithi019 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.832420+0000 mon.smithi019 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.872294+0000 mon.smithi019 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.875424+0000 mon.smithi019 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.918540+0000 mon.smithi019 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.ljtqzg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.924022+0000 mon.smithi019 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.ljtqzg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T22:08:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.927394+0000 mon.smithi019 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:08:03.508 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:03.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:01.776016+0000 mgr.smithi019.hotguf (mgr.14180) 203 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:03.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:08:01.820030+0000 mgr.smithi019.hotguf (mgr.14180) 204 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.ljtqzg 2024-02-19T22:08:03.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:08:01.826254+0000 mgr.smithi019.hotguf (mgr.14180) 205 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-19T22:08:03.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:08:01.918041+0000 mgr.smithi019.hotguf (mgr.14180) 206 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-19T22:08:03.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:08:01.918138+0000 mgr.smithi019.hotguf (mgr.14180) 207 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.ljtqzg-rgw 2024-02-19T22:08:03.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:08:01.928107+0000 mgr.smithi019.hotguf (mgr.14180) 208 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi019.ljtqzg on smithi019 2024-02-19T22:08:03.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:02.297706+0000 mon.smithi019 (mon.0) 673 : cluster [DBG] mds.? [v2:172.21.15.19:6834/2171776436,v1:172.21.15.19:6835/2171776436] up:boot 2024-02-19T22:08:03.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:02.298017+0000 mon.smithi019 (mon.0) 674 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi188.jkpjwi=up:active} 1 up:standby 2024-02-19T22:08:03.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:02.298420+0000 mon.smithi019 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.gahxvr"}]: dispatch 2024-02-19T22:08:03.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:02.303714+0000 mon.smithi019 (mon.0) 676 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi188.jkpjwi=up:active} 1 up:standby 2024-02-19T22:08:03.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:03.176008+0000 mon.smithi019 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:03.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:01.776016+0000 mgr.smithi019.hotguf (mgr.14180) 203 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:03.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:08:01.820030+0000 mgr.smithi019.hotguf (mgr.14180) 204 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.ljtqzg 2024-02-19T22:08:03.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:08:01.826254+0000 mgr.smithi019.hotguf (mgr.14180) 205 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-19T22:08:03.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:08:01.918041+0000 mgr.smithi019.hotguf (mgr.14180) 206 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-19T22:08:03.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:08:01.918138+0000 mgr.smithi019.hotguf (mgr.14180) 207 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.ljtqzg-rgw 2024-02-19T22:08:03.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:08:01.928107+0000 mgr.smithi019.hotguf (mgr.14180) 208 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi019.ljtqzg on smithi019 2024-02-19T22:08:03.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:02.297706+0000 mon.smithi019 (mon.0) 673 : cluster [DBG] mds.? [v2:172.21.15.19:6834/2171776436,v1:172.21.15.19:6835/2171776436] up:boot 2024-02-19T22:08:03.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:02.298017+0000 mon.smithi019 (mon.0) 674 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi188.jkpjwi=up:active} 1 up:standby 2024-02-19T22:08:03.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:02.298420+0000 mon.smithi019 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.gahxvr"}]: dispatch 2024-02-19T22:08:03.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:02.303714+0000 mon.smithi019 (mon.0) 676 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi188.jkpjwi=up:active} 1 up:standby 2024-02-19T22:08:03.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:03.176008+0000 mon.smithi019 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:04.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:03.019441+0000 mgr.smithi019.hotguf (mgr.14180) 209 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 6 op/s 2024-02-19T22:08:04.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:03.019441+0000 mgr.smithi019.hotguf (mgr.14180) 209 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 6 op/s 2024-02-19T22:08:06.219 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:06.219 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:05.019962+0000 mgr.smithi019.hotguf (mgr.14180) 210 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 4 op/s 2024-02-19T22:08:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:05.621995+0000 mon.smithi019 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:05.629177+0000 mon.smithi019 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:05.019962+0000 mgr.smithi019.hotguf (mgr.14180) 210 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 4 op/s 2024-02-19T22:08:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:05.621995+0000 mon.smithi019 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:05.629177+0000 mon.smithi019 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:06.901 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:07.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:08:05.636527+0000 mgr.smithi019.hotguf (mgr.14180) 211 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.nvmryi on smithi188 2024-02-19T22:08:07.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:06.215719+0000 mgr.smithi019.hotguf (mgr.14180) 212 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:07.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:08:05.636527+0000 mgr.smithi019.hotguf (mgr.14180) 211 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.nvmryi on smithi188 2024-02-19T22:08:07.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:06.215719+0000 mgr.smithi019.hotguf (mgr.14180) 212 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:07.902 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:08.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:07.020506+0000 mgr.smithi019.hotguf (mgr.14180) 213 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 3 op/s 2024-02-19T22:08:08.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:08.125143+0000 mon.smithi019 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:08.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:08.183342+0000 mon.smithi019 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:07.020506+0000 mgr.smithi019.hotguf (mgr.14180) 213 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 3 op/s 2024-02-19T22:08:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:08.125143+0000 mon.smithi019 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:08.183342+0000 mon.smithi019 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:08:10.191 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:10.192 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:10.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:09.021282+0000 mgr.smithi019.hotguf (mgr.14180) 214 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-19T22:08:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:09.021282+0000 mgr.smithi019.hotguf (mgr.14180) 214 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-19T22:08:10.993 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:11.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:10.188191+0000 mgr.smithi019.hotguf (mgr.14180) 215 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:11.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:10.188191+0000 mgr.smithi019.hotguf (mgr.14180) 215 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:11.993 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:12.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:11.021735+0000 mgr.smithi019.hotguf (mgr.14180) 216 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 4 op/s 2024-02-19T22:08:12.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:11.021735+0000 mgr.smithi019.hotguf (mgr.14180) 216 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 4 op/s 2024-02-19T22:08:14.208 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:14.208 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:14.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:13.022245+0000 mgr.smithi019.hotguf (mgr.14180) 217 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-02-19T22:08:14.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:13.022245+0000 mgr.smithi019.hotguf (mgr.14180) 217 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-02-19T22:08:14.924 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:15.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:14.204735+0000 mgr.smithi019.hotguf (mgr.14180) 218 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:15.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:14.204735+0000 mgr.smithi019.hotguf (mgr.14180) 218 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:15.925 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:16.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:15.022849+0000 mgr.smithi019.hotguf (mgr.14180) 219 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-19T22:08:16.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:15.022849+0000 mgr.smithi019.hotguf (mgr.14180) 219 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1023 B/s wr, 2 op/s 2024-02-19T22:08:18.160 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:18.160 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:18.552 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:17.023413+0000 mgr.smithi019.hotguf (mgr.14180) 220 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-19T22:08:18.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:17.023413+0000 mgr.smithi019.hotguf (mgr.14180) 220 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-19T22:08:18.879 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:19.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:18.156954+0000 mgr.smithi019.hotguf (mgr.14180) 221 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:19.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:18.156954+0000 mgr.smithi019.hotguf (mgr.14180) 221 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:19.880 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:19.023983+0000 mgr.smithi019.hotguf (mgr.14180) 222 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-19T22:08:20.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:19.023983+0000 mgr.smithi019.hotguf (mgr.14180) 222 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-19T22:08:22.079 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:22.080 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:22.640 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:21.024324+0000 mgr.smithi019.hotguf (mgr.14180) 223 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-02-19T22:08:22.662 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:22.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:21.024324+0000 mgr.smithi019.hotguf (mgr.14180) 223 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-02-19T22:08:23.663 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:23.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:22.076488+0000 mgr.smithi019.hotguf (mgr.14180) 224 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:23.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:22.076488+0000 mgr.smithi019.hotguf (mgr.14180) 224 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:24.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:23.025062+0000 mgr.smithi019.hotguf (mgr.14180) 225 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-19T22:08:24.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:23.025062+0000 mgr.smithi019.hotguf (mgr.14180) 225 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-19T22:08:26.092 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:26.092 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:26.456 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:25.025594+0000 mgr.smithi019.hotguf (mgr.14180) 226 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-02-19T22:08:26.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:25.025594+0000 mgr.smithi019.hotguf (mgr.14180) 226 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-02-19T22:08:26.819 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:27.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:26.088911+0000 mgr.smithi019.hotguf (mgr.14180) 227 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:27.820 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:27.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:26.088911+0000 mgr.smithi019.hotguf (mgr.14180) 227 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:28.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:27.026138+0000 mgr.smithi019.hotguf (mgr.14180) 228 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:28.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:27.026138+0000 mgr.smithi019.hotguf (mgr.14180) 228 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:30.210 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:30.210 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:30.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:29.026811+0000 mgr.smithi019.hotguf (mgr.14180) 229 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:30.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:29.026811+0000 mgr.smithi019.hotguf (mgr.14180) 229 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:30.971 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:31.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:30.206641+0000 mgr.smithi019.hotguf (mgr.14180) 230 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:31.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:30.206641+0000 mgr.smithi019.hotguf (mgr.14180) 230 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:31.972 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:32.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:31.027315+0000 mgr.smithi019.hotguf (mgr.14180) 231 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:32.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:31.027315+0000 mgr.smithi019.hotguf (mgr.14180) 231 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:34.050 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:34.051 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:34.659 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:33.027974+0000 mgr.smithi019.hotguf (mgr.14180) 232 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:08:34.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:33.027974+0000 mgr.smithi019.hotguf (mgr.14180) 232 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:08:34.679 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:35.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:34.047772+0000 mgr.smithi019.hotguf (mgr.14180) 233 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:35.679 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:35.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:34.047772+0000 mgr.smithi019.hotguf (mgr.14180) 233 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:36.422 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:35.028520+0000 mgr.smithi019.hotguf (mgr.14180) 234 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:36.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:35.028520+0000 mgr.smithi019.hotguf (mgr.14180) 234 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:37.961 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:37.961 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:38.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:37.029012+0000 mgr.smithi019.hotguf (mgr.14180) 235 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:38.607 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:38.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:37.029012+0000 mgr.smithi019.hotguf (mgr.14180) 235 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:39.609 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:39.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:37.958158+0000 mgr.smithi019.hotguf (mgr.14180) 236 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:39.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:37.958158+0000 mgr.smithi019.hotguf (mgr.14180) 236 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:40.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:39.029787+0000 mgr.smithi019.hotguf (mgr.14180) 237 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:40.734 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:39.029787+0000 mgr.smithi019.hotguf (mgr.14180) 237 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:41.694 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:41.694 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:42.337 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:42.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:41.030236+0000 mgr.smithi019.hotguf (mgr.14180) 238 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:42.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:41.030236+0000 mgr.smithi019.hotguf (mgr.14180) 238 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:43.338 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:43.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:41.691226+0000 mgr.smithi019.hotguf (mgr.14180) 239 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:43.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:41.691226+0000 mgr.smithi019.hotguf (mgr.14180) 239 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:44.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:43.030772+0000 mgr.smithi019.hotguf (mgr.14180) 240 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:08:44.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:43.030772+0000 mgr.smithi019.hotguf (mgr.14180) 240 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:08:45.340 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:45.340 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:45.976 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:45.031406+0000 mgr.smithi019.hotguf (mgr.14180) 241 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:46.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:45.337524+0000 mgr.smithi019.hotguf (mgr.14180) 242 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:46.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:45.031406+0000 mgr.smithi019.hotguf (mgr.14180) 241 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:46.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:45.337524+0000 mgr.smithi019.hotguf (mgr.14180) 242 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:46.977 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:48.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:47.031939+0000 mgr.smithi019.hotguf (mgr.14180) 243 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:48.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:47.031939+0000 mgr.smithi019.hotguf (mgr.14180) 243 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:49.196 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:49.196 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:49.889 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:50.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:49.032409+0000 mgr.smithi019.hotguf (mgr.14180) 244 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:50.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:49.192867+0000 mgr.smithi019.hotguf (mgr.14180) 245 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:50.891 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:50.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:49.032409+0000 mgr.smithi019.hotguf (mgr.14180) 244 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:50.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:49.192867+0000 mgr.smithi019.hotguf (mgr.14180) 245 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:52.571 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:51.032774+0000 mgr.smithi019.hotguf (mgr.14180) 246 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:52.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:51.032774+0000 mgr.smithi019.hotguf (mgr.14180) 246 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:52.991 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:52.991 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:53.761 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:54.762 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:54.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:52.988534+0000 mgr.smithi019.hotguf (mgr.14180) 247 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:54.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:53.033219+0000 mgr.smithi019.hotguf (mgr.14180) 248 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:08:54.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:52.988534+0000 mgr.smithi019.hotguf (mgr.14180) 247 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:54.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:53.033219+0000 mgr.smithi019.hotguf (mgr.14180) 248 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:08:56.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:55.033643+0000 mgr.smithi019.hotguf (mgr.14180) 249 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:56.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:55.033643+0000 mgr.smithi019.hotguf (mgr.14180) 249 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:57.024 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:08:57.024 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:08:57.765 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:08:58.766 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:08:58.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:08:57.020925+0000 mgr.smithi019.hotguf (mgr.14180) 250 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:58.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:08:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:57.034036+0000 mgr.smithi019.hotguf (mgr.14180) 251 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:08:58.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:08:57.020925+0000 mgr.smithi019.hotguf (mgr.14180) 250 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:08:58.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:08:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:57.034036+0000 mgr.smithi019.hotguf (mgr.14180) 251 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:00.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:08:59.034529+0000 mgr.smithi019.hotguf (mgr.14180) 252 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:00.801 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:00.801 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:00.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:08:59.034529+0000 mgr.smithi019.hotguf (mgr.14180) 252 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:01.453 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:02.454 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:02.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:00.798016+0000 mgr.smithi019.hotguf (mgr.14180) 253 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:02.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:01.034845+0000 mgr.smithi019.hotguf (mgr.14180) 254 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:02.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:00.798016+0000 mgr.smithi019.hotguf (mgr.14180) 253 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:02.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:01.034845+0000 mgr.smithi019.hotguf (mgr.14180) 254 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:04.599 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:04.600 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:04.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:03.035296+0000 mgr.smithi019.hotguf (mgr.14180) 255 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:04.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:03.035296+0000 mgr.smithi019.hotguf (mgr.14180) 255 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:05.276 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:06.276 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:06.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:04.596364+0000 mgr.smithi019.hotguf (mgr.14180) 256 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:05.036173+0000 mgr.smithi019.hotguf (mgr.14180) 257 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:06.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:04.596364+0000 mgr.smithi019.hotguf (mgr.14180) 256 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:06.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:05.036173+0000 mgr.smithi019.hotguf (mgr.14180) 257 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:08.421 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:08.421 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:08.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:07.036866+0000 mgr.smithi019.hotguf (mgr.14180) 258 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:08.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:07.036866+0000 mgr.smithi019.hotguf (mgr.14180) 258 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:09.163 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:09.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:08.417880+0000 mgr.smithi019.hotguf (mgr.14180) 259 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:09.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:08.417880+0000 mgr.smithi019.hotguf (mgr.14180) 259 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:10.165 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:10.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:09.037556+0000 mgr.smithi019.hotguf (mgr.14180) 260 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:10.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:09.037556+0000 mgr.smithi019.hotguf (mgr.14180) 260 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:12.314 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:12.314 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:12.664 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:11.038119+0000 mgr.smithi019.hotguf (mgr.14180) 261 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:12.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:11.038119+0000 mgr.smithi019.hotguf (mgr.14180) 261 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:13.001 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:13.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:12.310544+0000 mgr.smithi019.hotguf (mgr.14180) 262 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:13.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:12.310544+0000 mgr.smithi019.hotguf (mgr.14180) 262 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:14.003 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:14.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:13.038846+0000 mgr.smithi019.hotguf (mgr.14180) 263 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:14.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:13.038846+0000 mgr.smithi019.hotguf (mgr.14180) 263 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:16.211 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:16.211 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:16.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:15.039270+0000 mgr.smithi019.hotguf (mgr.14180) 264 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:16.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:15.039270+0000 mgr.smithi019.hotguf (mgr.14180) 264 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:16.950 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:17.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:16.207452+0000 mgr.smithi019.hotguf (mgr.14180) 265 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:17.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:16.207452+0000 mgr.smithi019.hotguf (mgr.14180) 265 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:17.951 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:18.639 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:17.039915+0000 mgr.smithi019.hotguf (mgr.14180) 266 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:18.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:17.039915+0000 mgr.smithi019.hotguf (mgr.14180) 266 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:20.227 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:20.227 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:20.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:19.040395+0000 mgr.smithi019.hotguf (mgr.14180) 267 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:20.904 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:20.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:19.040395+0000 mgr.smithi019.hotguf (mgr.14180) 267 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:21.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:20.223045+0000 mgr.smithi019.hotguf (mgr.14180) 268 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:21.905 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:21.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:20.223045+0000 mgr.smithi019.hotguf (mgr.14180) 268 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:22.652 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:21.040979+0000 mgr.smithi019.hotguf (mgr.14180) 269 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:22.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:21.040979+0000 mgr.smithi019.hotguf (mgr.14180) 269 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:24.069 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:24.069 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:24.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:23.041405+0000 mgr.smithi019.hotguf (mgr.14180) 270 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:24.781 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:24.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:23.041405+0000 mgr.smithi019.hotguf (mgr.14180) 270 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:25.782 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:25.818 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:24.065509+0000 mgr.smithi019.hotguf (mgr.14180) 271 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:25.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:24.065509+0000 mgr.smithi019.hotguf (mgr.14180) 271 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:26.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:25.041953+0000 mgr.smithi019.hotguf (mgr.14180) 272 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:26.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:25.041953+0000 mgr.smithi019.hotguf (mgr.14180) 272 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:28.277 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:28.277 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:28.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:27.042484+0000 mgr.smithi019.hotguf (mgr.14180) 273 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:28.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:27.042484+0000 mgr.smithi019.hotguf (mgr.14180) 273 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:28.981 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:29.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:28.273934+0000 mgr.smithi019.hotguf (mgr.14180) 274 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:29.831 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:28.514166+0000 mon.smithi019 (mon.0) 682 : cluster [DBG] mgrmap e21: smithi019.hotguf(active, since 6m), standbys: smithi188.naeqxm 2024-02-19T22:09:29.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:28.273934+0000 mgr.smithi019.hotguf (mgr.14180) 274 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:29.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:28.514166+0000 mon.smithi019 (mon.0) 682 : cluster [DBG] mgrmap e21: smithi019.hotguf(active, since 6m), standbys: smithi188.naeqxm 2024-02-19T22:09:29.982 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:30.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:29.043048+0000 mgr.smithi019.hotguf (mgr.14180) 275 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:30.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:29.043048+0000 mgr.smithi019.hotguf (mgr.14180) 275 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:31.815 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:31.043383+0000 mgr.smithi019.hotguf (mgr.14180) 276 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:31.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:31.043383+0000 mgr.smithi019.hotguf (mgr.14180) 276 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:32.268 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:32.268 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:32.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:32.264405+0000 mgr.smithi019.hotguf (mgr.14180) 277 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:32.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:32.264405+0000 mgr.smithi019.hotguf (mgr.14180) 277 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:33.028 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:33.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:33.043888+0000 mgr.smithi019.hotguf (mgr.14180) 278 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:34.029 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:34.062 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:33.043888+0000 mgr.smithi019.hotguf (mgr.14180) 278 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:36.170 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:36.170 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:36.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:35.044382+0000 mgr.smithi019.hotguf (mgr.14180) 279 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:36.506 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:35.044382+0000 mgr.smithi019.hotguf (mgr.14180) 279 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:36.861 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:37.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:36.166150+0000 mgr.smithi019.hotguf (mgr.14180) 280 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:37.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:36.166150+0000 mgr.smithi019.hotguf (mgr.14180) 280 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:37.862 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:38.315 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:37.044949+0000 mgr.smithi019.hotguf (mgr.14180) 281 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:38.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:37.044949+0000 mgr.smithi019.hotguf (mgr.14180) 281 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:40.049 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:40.049 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:40.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:39.045457+0000 mgr.smithi019.hotguf (mgr.14180) 282 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:40.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:39.045457+0000 mgr.smithi019.hotguf (mgr.14180) 282 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-19T22:09:40.894 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:41.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:40.045448+0000 mgr.smithi019.hotguf (mgr.14180) 283 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:41.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:40.045448+0000 mgr.smithi019.hotguf (mgr.14180) 283 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:41.895 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:42.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:41.045981+0000 mgr.smithi019.hotguf (mgr.14180) 284 : 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-02-19T22:09:42.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:41.045981+0000 mgr.smithi019.hotguf (mgr.14180) 284 : 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-02-19T22:09:44.051 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:44.052 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:44.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:43.046505+0000 mgr.smithi019.hotguf (mgr.14180) 285 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:44.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:43.046505+0000 mgr.smithi019.hotguf (mgr.14180) 285 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:44.821 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:45.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:44.047897+0000 mgr.smithi019.hotguf (mgr.14180) 286 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:45.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:44.047897+0000 mgr.smithi019.hotguf (mgr.14180) 286 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:45.822 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:46.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:45.047146+0000 mgr.smithi019.hotguf (mgr.14180) 287 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:46.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:45.047146+0000 mgr.smithi019.hotguf (mgr.14180) 287 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:48.055 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:48.055 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:48.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:47.047750+0000 mgr.smithi019.hotguf (mgr.14180) 288 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:48.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:47.047750+0000 mgr.smithi019.hotguf (mgr.14180) 288 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:48.819 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:49.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:48.051327+0000 mgr.smithi019.hotguf (mgr.14180) 289 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:49.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:48.051327+0000 mgr.smithi019.hotguf (mgr.14180) 289 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:49.820 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:50.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:49.048390+0000 mgr.smithi019.hotguf (mgr.14180) 290 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:50.517 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:49.048390+0000 mgr.smithi019.hotguf (mgr.14180) 290 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:52.011 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:52.011 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:52.321 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:51.048792+0000 mgr.smithi019.hotguf (mgr.14180) 291 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:52.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:51.048792+0000 mgr.smithi019.hotguf (mgr.14180) 291 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:52.726 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:53.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:52.007593+0000 mgr.smithi019.hotguf (mgr.14180) 292 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:53.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:52.007593+0000 mgr.smithi019.hotguf (mgr.14180) 292 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:53.727 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:54.413 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:53.049451+0000 mgr.smithi019.hotguf (mgr.14180) 293 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:54.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:53.049451+0000 mgr.smithi019.hotguf (mgr.14180) 293 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:09:55.799 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:55.800 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:09:56.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:55.050189+0000 mgr.smithi019.hotguf (mgr.14180) 294 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:56.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:55.050189+0000 mgr.smithi019.hotguf (mgr.14180) 294 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:56.564 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:09:57.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:55.796197+0000 mgr.smithi019.hotguf (mgr.14180) 295 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:57.565 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:09:57.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:55.796197+0000 mgr.smithi019.hotguf (mgr.14180) 295 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:09:58.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:09:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:57.050840+0000 mgr.smithi019.hotguf (mgr.14180) 296 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:58.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:09:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:57.050840+0000 mgr.smithi019.hotguf (mgr.14180) 296 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:09:59.840 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:09:59.841 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:00.360 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:00.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:09:59.051447+0000 mgr.smithi019.hotguf (mgr.14180) 297 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:00.414 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:00.000156+0000 mon.smithi019 (mon.0) 683 : cluster [INF] overall HEALTH_OK 2024-02-19T22:10:00.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:09:59.051447+0000 mgr.smithi019.hotguf (mgr.14180) 297 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:00.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:00.000156+0000 mon.smithi019 (mon.0) 683 : cluster [INF] overall HEALTH_OK 2024-02-19T22:10:01.362 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:01.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:09:59.837225+0000 mgr.smithi019.hotguf (mgr.14180) 298 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:01.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:09:59.837225+0000 mgr.smithi019.hotguf (mgr.14180) 298 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:02.440 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:01.052005+0000 mgr.smithi019.hotguf (mgr.14180) 299 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:01.052005+0000 mgr.smithi019.hotguf (mgr.14180) 299 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:03.598 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:03.598 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:04.227 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:04.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:03.052605+0000 mgr.smithi019.hotguf (mgr.14180) 300 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:04.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:03.052605+0000 mgr.smithi019.hotguf (mgr.14180) 300 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:05.228 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:05.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:03.594511+0000 mgr.smithi019.hotguf (mgr.14180) 301 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:05.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:03.594511+0000 mgr.smithi019.hotguf (mgr.14180) 301 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:06.457 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:05.053314+0000 mgr.smithi019.hotguf (mgr.14180) 302 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:06.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:05.053314+0000 mgr.smithi019.hotguf (mgr.14180) 302 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:07.539 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:07.540 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:08.160 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:08.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:07.053869+0000 mgr.smithi019.hotguf (mgr.14180) 303 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:08.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:07.053869+0000 mgr.smithi019.hotguf (mgr.14180) 303 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:09.162 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:09.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:07.535928+0000 mgr.smithi019.hotguf (mgr.14180) 304 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:09.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:07.535928+0000 mgr.smithi019.hotguf (mgr.14180) 304 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:09.054459+0000 mgr.smithi019.hotguf (mgr.14180) 305 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:10.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:09.054459+0000 mgr.smithi019.hotguf (mgr.14180) 305 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:11.316 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:11.316 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:11.935 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:12.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:11.054957+0000 mgr.smithi019.hotguf (mgr.14180) 306 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:12.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:11.312947+0000 mgr.smithi019.hotguf (mgr.14180) 307 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:12.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:11.054957+0000 mgr.smithi019.hotguf (mgr.14180) 306 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:12.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:11.312947+0000 mgr.smithi019.hotguf (mgr.14180) 307 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:12.935 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:14.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:13.055439+0000 mgr.smithi019.hotguf (mgr.14180) 308 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:14.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:13.055439+0000 mgr.smithi019.hotguf (mgr.14180) 308 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:15.121 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:15.121 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:15.749 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:16.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:15.055867+0000 mgr.smithi019.hotguf (mgr.14180) 309 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:16.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:15.117414+0000 mgr.smithi019.hotguf (mgr.14180) 310 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:16.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:15.055867+0000 mgr.smithi019.hotguf (mgr.14180) 309 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:16.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:15.117414+0000 mgr.smithi019.hotguf (mgr.14180) 310 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:16.750 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:18.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:17.056303+0000 mgr.smithi019.hotguf (mgr.14180) 311 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:18.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:17.056303+0000 mgr.smithi019.hotguf (mgr.14180) 311 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:18.922 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:18.922 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:19.737 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:20.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:18.918836+0000 mgr.smithi019.hotguf (mgr.14180) 312 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:20.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:19.057072+0000 mgr.smithi019.hotguf (mgr.14180) 313 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:18.918836+0000 mgr.smithi019.hotguf (mgr.14180) 312 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:20.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:19.057072+0000 mgr.smithi019.hotguf (mgr.14180) 313 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:20.738 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:22.570 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:21.057483+0000 mgr.smithi019.hotguf (mgr.14180) 314 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:22.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:21.057483+0000 mgr.smithi019.hotguf (mgr.14180) 314 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:23.050 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:23.050 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:23.853 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:24.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:23.046445+0000 mgr.smithi019.hotguf (mgr.14180) 315 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:24.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:23.057921+0000 mgr.smithi019.hotguf (mgr.14180) 316 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:24.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:23.046445+0000 mgr.smithi019.hotguf (mgr.14180) 315 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:24.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:23.057921+0000 mgr.smithi019.hotguf (mgr.14180) 316 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:24.854 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:26.331 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:25.058344+0000 mgr.smithi019.hotguf (mgr.14180) 317 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:26.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:25.058344+0000 mgr.smithi019.hotguf (mgr.14180) 317 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:27.158 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:27.158 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:27.984 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:28.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:27.058731+0000 mgr.smithi019.hotguf (mgr.14180) 318 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:28.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:27.154930+0000 mgr.smithi019.hotguf (mgr.14180) 319 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:28.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:27.058731+0000 mgr.smithi019.hotguf (mgr.14180) 318 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:28.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:27.154930+0000 mgr.smithi019.hotguf (mgr.14180) 319 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:28.985 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:30.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:29.059301+0000 mgr.smithi019.hotguf (mgr.14180) 320 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:30.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:29.059301+0000 mgr.smithi019.hotguf (mgr.14180) 320 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:31.302 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:31.302 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z 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.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:32.048 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:32.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:31.059693+0000 mgr.smithi019.hotguf (mgr.14180) 321 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:32.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:31.298316+0000 mgr.smithi019.hotguf (mgr.14180) 322 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:32.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:31.059693+0000 mgr.smithi019.hotguf (mgr.14180) 321 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:32.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:31.298316+0000 mgr.smithi019.hotguf (mgr.14180) 322 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:33.051 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:34.559 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:33.060272+0000 mgr.smithi019.hotguf (mgr.14180) 323 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:34.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:33.060272+0000 mgr.smithi019.hotguf (mgr.14180) 323 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:35.214 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:35.214 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:35.574 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:35.123047+0000 mon.smithi019 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.nvmryi"}]: dispatch 2024-02-19T22:10:35.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:35.123047+0000 mon.smithi019 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.nvmryi"}]: dispatch 2024-02-19T22:10:35.995 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:36.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:35.060723+0000 mgr.smithi019.hotguf (mgr.14180) 324 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:10:35.122532+0000 mgr.smithi019.hotguf (mgr.14180) 325 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.nvmryi ... 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:08:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:09:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:09:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:10:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.nvmryi ... 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:08:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:09:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:09:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:10:35.122699+0000 mgr.smithi019.hotguf (mgr.14180) 326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:10:35.123766+0000 mgr.smithi019.hotguf (mgr.14180) 327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.nvmryi ... 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:08:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:09:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:09:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:10:36.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:10:35.126010+0000 mgr.smithi019.hotguf (mgr.14180) 328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.hhfcrs on smithi019 2024-02-19T22:10:36.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:35.209503+0000 mgr.smithi019.hotguf (mgr.14180) 329 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:35.060723+0000 mgr.smithi019.hotguf (mgr.14180) 324 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:10:35.122532+0000 mgr.smithi019.hotguf (mgr.14180) 325 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.nvmryi ... 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:08:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:09:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:09:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:10:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.nvmryi ... 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:08:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:09:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:09:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:10:36.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:10:35.122699+0000 mgr.smithi019.hotguf (mgr.14180) 326 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:10:35.123766+0000 mgr.smithi019.hotguf (mgr.14180) 327 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.nvmryi ... 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:08:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:09:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:09:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:10:36.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:10:36.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:10:35.126010+0000 mgr.smithi019.hotguf (mgr.14180) 328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.hhfcrs on smithi019 2024-02-19T22:10:36.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:35.209503+0000 mgr.smithi019.hotguf (mgr.14180) 329 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:36.996 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:38.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:37.061158+0000 mgr.smithi019.hotguf (mgr.14180) 330 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:38.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:37.061158+0000 mgr.smithi019.hotguf (mgr.14180) 330 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:39.237 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:39.238 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:39.934 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:40.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:39.061673+0000 mgr.smithi019.hotguf (mgr.14180) 331 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:40.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:39.234207+0000 mgr.smithi019.hotguf (mgr.14180) 332 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:40.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:39.061673+0000 mgr.smithi019.hotguf (mgr.14180) 331 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:40.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:39.234207+0000 mgr.smithi019.hotguf (mgr.14180) 332 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:40.935 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:42.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:41.062068+0000 mgr.smithi019.hotguf (mgr.14180) 333 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:42.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:41.062068+0000 mgr.smithi019.hotguf (mgr.14180) 333 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:43.072 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:43.072 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:43.841 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:44.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:43.062532+0000 mgr.smithi019.hotguf (mgr.14180) 334 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:44.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:43.068528+0000 mgr.smithi019.hotguf (mgr.14180) 335 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:44.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:43.062532+0000 mgr.smithi019.hotguf (mgr.14180) 334 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:44.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:43.068528+0000 mgr.smithi019.hotguf (mgr.14180) 335 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:44.843 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:46.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:45.063021+0000 mgr.smithi019.hotguf (mgr.14180) 336 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:46.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:45.063021+0000 mgr.smithi019.hotguf (mgr.14180) 336 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:47.027 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:47.027 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:47.841 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:48.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:47.023519+0000 mgr.smithi019.hotguf (mgr.14180) 337 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:48.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:47.063551+0000 mgr.smithi019.hotguf (mgr.14180) 338 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:48.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:47.023519+0000 mgr.smithi019.hotguf (mgr.14180) 337 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:48.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:47.063551+0000 mgr.smithi019.hotguf (mgr.14180) 338 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:48.841 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:50.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:49.064144+0000 mgr.smithi019.hotguf (mgr.14180) 339 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:50.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:49.064144+0000 mgr.smithi019.hotguf (mgr.14180) 339 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:51.011 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:51.011 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:51.723 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:52.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:51.008003+0000 mgr.smithi019.hotguf (mgr.14180) 340 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:52.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:51.064514+0000 mgr.smithi019.hotguf (mgr.14180) 341 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:52.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:51.008003+0000 mgr.smithi019.hotguf (mgr.14180) 340 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:52.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:51.064514+0000 mgr.smithi019.hotguf (mgr.14180) 341 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:52.724 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:54.484 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:53.065015+0000 mgr.smithi019.hotguf (mgr.14180) 342 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:54.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:53.065015+0000 mgr.smithi019.hotguf (mgr.14180) 342 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:10:54.893 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:54.893 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:55.587 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:10:56.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:54.889467+0000 mgr.smithi019.hotguf (mgr.14180) 343 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:56.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:55.065406+0000 mgr.smithi019.hotguf (mgr.14180) 344 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:56.588 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:10:56.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:54.889467+0000 mgr.smithi019.hotguf (mgr.14180) 343 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:10:56.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:55.065406+0000 mgr.smithi019.hotguf (mgr.14180) 344 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:58.409 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:10:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:57.065961+0000 mgr.smithi019.hotguf (mgr.14180) 345 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:58.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:10:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:57.065961+0000 mgr.smithi019.hotguf (mgr.14180) 345 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:10:58.857 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:10:58.857 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:10:59.553 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:00.554 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:10:58.853914+0000 mgr.smithi019.hotguf (mgr.14180) 346 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:00.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:10:59.066655+0000 mgr.smithi019.hotguf (mgr.14180) 347 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:00.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:10:58.853914+0000 mgr.smithi019.hotguf (mgr.14180) 346 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:00.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:10:59.066655+0000 mgr.smithi019.hotguf (mgr.14180) 347 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:01.067048+0000 mgr.smithi019.hotguf (mgr.14180) 348 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:02.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:01.067048+0000 mgr.smithi019.hotguf (mgr.14180) 348 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:02.735 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:02.736 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:03.490 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:04.491 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:04.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:02.732253+0000 mgr.smithi019.hotguf (mgr.14180) 349 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:04.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:03.067547+0000 mgr.smithi019.hotguf (mgr.14180) 350 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:04.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:02.732253+0000 mgr.smithi019.hotguf (mgr.14180) 349 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:04.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:03.067547+0000 mgr.smithi019.hotguf (mgr.14180) 350 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:05.067990+0000 mgr.smithi019.hotguf (mgr.14180) 351 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:06.582 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:06.582 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:06.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:05.067990+0000 mgr.smithi019.hotguf (mgr.14180) 351 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:07.321 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:08.322 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:08.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:06.578306+0000 mgr.smithi019.hotguf (mgr.14180) 352 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:08.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:07.068448+0000 mgr.smithi019.hotguf (mgr.14180) 353 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:06.578306+0000 mgr.smithi019.hotguf (mgr.14180) 352 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:07.068448+0000 mgr.smithi019.hotguf (mgr.14180) 353 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:09.068950+0000 mgr.smithi019.hotguf (mgr.14180) 354 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:10.588 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:10.589 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:10.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:09.068950+0000 mgr.smithi019.hotguf (mgr.14180) 354 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:11.317 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:12.318 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:12.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:10.585350+0000 mgr.smithi019.hotguf (mgr.14180) 355 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:12.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:11.069526+0000 mgr.smithi019.hotguf (mgr.14180) 356 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:12.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:10.585350+0000 mgr.smithi019.hotguf (mgr.14180) 355 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:12.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:11.069526+0000 mgr.smithi019.hotguf (mgr.14180) 356 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:14.561 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:14.561 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:14.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:13.070024+0000 mgr.smithi019.hotguf (mgr.14180) 357 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:14.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:13.070024+0000 mgr.smithi019.hotguf (mgr.14180) 357 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:15.369 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:16.371 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:16.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:14.556894+0000 mgr.smithi019.hotguf (mgr.14180) 358 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:16.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:15.070551+0000 mgr.smithi019.hotguf (mgr.14180) 359 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:16.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:14.556894+0000 mgr.smithi019.hotguf (mgr.14180) 358 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:16.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:15.070551+0000 mgr.smithi019.hotguf (mgr.14180) 359 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:18.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:17.071140+0000 mgr.smithi019.hotguf (mgr.14180) 360 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:18.520 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:18.520 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:18.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:17.071140+0000 mgr.smithi019.hotguf (mgr.14180) 360 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:19.360 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:19.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:18.516270+0000 mgr.smithi019.hotguf (mgr.14180) 361 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:19.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:18.516270+0000 mgr.smithi019.hotguf (mgr.14180) 361 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:20.362 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:20.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:19.071794+0000 mgr.smithi019.hotguf (mgr.14180) 362 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:20.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:19.071794+0000 mgr.smithi019.hotguf (mgr.14180) 362 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:22.567 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:22.568 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:22.581 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:21.072310+0000 mgr.smithi019.hotguf (mgr.14180) 363 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:22.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:21.072310+0000 mgr.smithi019.hotguf (mgr.14180) 363 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:23.306 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:24.307 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:24.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:22.563749+0000 mgr.smithi019.hotguf (mgr.14180) 364 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:24.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:23.073013+0000 mgr.smithi019.hotguf (mgr.14180) 365 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:24.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:22.563749+0000 mgr.smithi019.hotguf (mgr.14180) 364 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:24.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:23.073013+0000 mgr.smithi019.hotguf (mgr.14180) 365 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:26.521 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:26.521 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:26.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:25.073428+0000 mgr.smithi019.hotguf (mgr.14180) 366 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:26.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:25.073428+0000 mgr.smithi019.hotguf (mgr.14180) 366 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:27.104 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:27.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:26.517583+0000 mgr.smithi019.hotguf (mgr.14180) 367 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:27.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:26.517583+0000 mgr.smithi019.hotguf (mgr.14180) 367 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:28.105 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:28.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:27.073926+0000 mgr.smithi019.hotguf (mgr.14180) 368 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:28.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:27.073926+0000 mgr.smithi019.hotguf (mgr.14180) 368 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:30.271 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:30.271 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:30.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:29.074714+0000 mgr.smithi019.hotguf (mgr.14180) 369 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:30.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:29.074714+0000 mgr.smithi019.hotguf (mgr.14180) 369 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:31.032 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:31.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:30.267856+0000 mgr.smithi019.hotguf (mgr.14180) 370 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:31.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:30.267856+0000 mgr.smithi019.hotguf (mgr.14180) 370 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:32.032 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:32.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:31.075082+0000 mgr.smithi019.hotguf (mgr.14180) 371 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:32.777 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:31.075082+0000 mgr.smithi019.hotguf (mgr.14180) 371 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:34.250 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:34.251 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:34.566 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:33.075649+0000 mgr.smithi019.hotguf (mgr.14180) 372 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:34.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:33.075649+0000 mgr.smithi019.hotguf (mgr.14180) 372 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:34.979 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:35.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:34.246012+0000 mgr.smithi019.hotguf (mgr.14180) 373 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:35.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:34.246012+0000 mgr.smithi019.hotguf (mgr.14180) 373 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:35.980 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:36.658 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:35.076302+0000 mgr.smithi019.hotguf (mgr.14180) 374 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:35.076302+0000 mgr.smithi019.hotguf (mgr.14180) 374 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:38.196 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:38.196 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:38.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:37.076866+0000 mgr.smithi019.hotguf (mgr.14180) 375 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:38.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:37.076866+0000 mgr.smithi019.hotguf (mgr.14180) 375 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:38.951 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:39.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:38.192238+0000 mgr.smithi019.hotguf (mgr.14180) 376 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:39.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:38.192238+0000 mgr.smithi019.hotguf (mgr.14180) 376 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:39.952 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:40.645 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:39.077336+0000 mgr.smithi019.hotguf (mgr.14180) 377 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:40.664 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:39.077336+0000 mgr.smithi019.hotguf (mgr.14180) 377 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:42.217 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:42.217 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:42.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:41.077852+0000 mgr.smithi019.hotguf (mgr.14180) 378 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:42.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:41.077852+0000 mgr.smithi019.hotguf (mgr.14180) 378 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:43.037 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:43.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:42.213311+0000 mgr.smithi019.hotguf (mgr.14180) 379 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:43.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:42.213311+0000 mgr.smithi019.hotguf (mgr.14180) 379 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:44.038 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:44.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:43.078382+0000 mgr.smithi019.hotguf (mgr.14180) 380 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:44.742 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:43.078382+0000 mgr.smithi019.hotguf (mgr.14180) 380 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:46.344 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:46.344 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:46.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:45.078807+0000 mgr.smithi019.hotguf (mgr.14180) 381 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:46.738 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:45.078807+0000 mgr.smithi019.hotguf (mgr.14180) 381 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:47.091 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:47.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:46.339795+0000 mgr.smithi019.hotguf (mgr.14180) 382 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:47.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:46.339795+0000 mgr.smithi019.hotguf (mgr.14180) 382 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:48.092 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:48.628 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:47.079194+0000 mgr.smithi019.hotguf (mgr.14180) 383 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:48.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:47.079194+0000 mgr.smithi019.hotguf (mgr.14180) 383 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:50.261 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:50.262 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:50.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:49.079749+0000 mgr.smithi019.hotguf (mgr.14180) 384 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:50.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:49.079749+0000 mgr.smithi019.hotguf (mgr.14180) 384 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:50.923 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:51.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:50.257938+0000 mgr.smithi019.hotguf (mgr.14180) 385 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:51.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:50.257938+0000 mgr.smithi019.hotguf (mgr.14180) 385 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:51.923 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:52.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:51.080231+0000 mgr.smithi019.hotguf (mgr.14180) 386 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:52.717 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:51.080231+0000 mgr.smithi019.hotguf (mgr.14180) 386 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:54.249 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:54.249 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:54.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:53.080833+0000 mgr.smithi019.hotguf (mgr.14180) 387 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:54.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:53.080833+0000 mgr.smithi019.hotguf (mgr.14180) 387 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:11:54.978 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:55.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:54.244732+0000 mgr.smithi019.hotguf (mgr.14180) 388 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:55.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:54.244732+0000 mgr.smithi019.hotguf (mgr.14180) 388 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:55.979 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:11:56.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:55.081435+0000 mgr.smithi019.hotguf (mgr.14180) 389 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:56.670 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:55.081435+0000 mgr.smithi019.hotguf (mgr.14180) 389 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:58.323 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:11:58.323 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:11:58.636 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:57.082014+0000 mgr.smithi019.hotguf (mgr.14180) 390 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:57.082014+0000 mgr.smithi019.hotguf (mgr.14180) 390 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:11:59.062 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:11:59.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:11:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:11:58.319338+0000 mgr.smithi019.hotguf (mgr.14180) 391 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:11:59.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:11:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:11:58.319338+0000 mgr.smithi019.hotguf (mgr.14180) 391 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:00.063 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:00.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:11:59.082535+0000 mgr.smithi019.hotguf (mgr.14180) 392 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:00.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:11:59.082535+0000 mgr.smithi019.hotguf (mgr.14180) 392 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:02.296 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:02.296 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:02.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:01.082925+0000 mgr.smithi019.hotguf (mgr.14180) 393 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:01.082925+0000 mgr.smithi019.hotguf (mgr.14180) 393 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:03.076 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:03.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:02.292289+0000 mgr.smithi019.hotguf (mgr.14180) 394 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:03.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:02.292289+0000 mgr.smithi019.hotguf (mgr.14180) 394 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:04.078 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:04.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:03.083573+0000 mgr.smithi019.hotguf (mgr.14180) 395 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:04.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:03.083573+0000 mgr.smithi019.hotguf (mgr.14180) 395 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:06.151 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:06.151 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:06.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:05.084076+0000 mgr.smithi019.hotguf (mgr.14180) 396 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:06.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:05.084076+0000 mgr.smithi019.hotguf (mgr.14180) 396 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:06.943 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:07.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:06.147529+0000 mgr.smithi019.hotguf (mgr.14180) 397 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:07.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:06.147529+0000 mgr.smithi019.hotguf (mgr.14180) 397 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:07.944 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:08.661 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:07.084601+0000 mgr.smithi019.hotguf (mgr.14180) 398 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:08.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:07.084601+0000 mgr.smithi019.hotguf (mgr.14180) 398 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:10.096 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:10.096 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:10.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:09.085409+0000 mgr.smithi019.hotguf (mgr.14180) 399 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:10.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:09.085409+0000 mgr.smithi019.hotguf (mgr.14180) 399 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:11.020 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:11.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:10.091290+0000 mgr.smithi019.hotguf (mgr.14180) 400 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:11.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:10.091290+0000 mgr.smithi019.hotguf (mgr.14180) 400 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:12.021 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:12.746 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:11.085940+0000 mgr.smithi019.hotguf (mgr.14180) 401 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:12.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:11.085940+0000 mgr.smithi019.hotguf (mgr.14180) 401 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:14.251 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:14.251 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:14.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:13.086491+0000 mgr.smithi019.hotguf (mgr.14180) 402 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:14.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:13.086491+0000 mgr.smithi019.hotguf (mgr.14180) 402 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:14.961 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:15.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:14.247073+0000 mgr.smithi019.hotguf (mgr.14180) 403 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:15.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:14.247073+0000 mgr.smithi019.hotguf (mgr.14180) 403 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:15.962 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:16.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:15.087153+0000 mgr.smithi019.hotguf (mgr.14180) 404 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:16.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:15.087153+0000 mgr.smithi019.hotguf (mgr.14180) 404 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:18.189 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:18.190 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:18.515 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:17.087665+0000 mgr.smithi019.hotguf (mgr.14180) 405 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:18.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:17.087665+0000 mgr.smithi019.hotguf (mgr.14180) 405 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:18.921 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:19.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:18.185587+0000 mgr.smithi019.hotguf (mgr.14180) 406 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:19.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:18.185587+0000 mgr.smithi019.hotguf (mgr.14180) 406 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:19.922 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:20.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:19.088449+0000 mgr.smithi019.hotguf (mgr.14180) 407 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:20.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:19.088449+0000 mgr.smithi019.hotguf (mgr.14180) 407 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:22.228 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:22.229 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:22.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:21.088863+0000 mgr.smithi019.hotguf (mgr.14180) 408 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:22.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:21.088863+0000 mgr.smithi019.hotguf (mgr.14180) 408 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:23.050 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:23.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:22.224803+0000 mgr.smithi019.hotguf (mgr.14180) 409 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:23.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:22.224803+0000 mgr.smithi019.hotguf (mgr.14180) 409 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:24.050 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:24.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:23.089357+0000 mgr.smithi019.hotguf (mgr.14180) 410 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:24.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:23.089357+0000 mgr.smithi019.hotguf (mgr.14180) 410 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:26.152 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:26.152 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:26.826 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:25.089992+0000 mgr.smithi019.hotguf (mgr.14180) 411 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:26.851 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:26.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:25.089992+0000 mgr.smithi019.hotguf (mgr.14180) 411 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:27.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:26.148549+0000 mgr.smithi019.hotguf (mgr.14180) 412 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:27.851 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:27.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:26.148549+0000 mgr.smithi019.hotguf (mgr.14180) 412 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:28.576 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:27.090608+0000 mgr.smithi019.hotguf (mgr.14180) 413 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:28.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:27.090608+0000 mgr.smithi019.hotguf (mgr.14180) 413 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:30.160 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:30.160 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:30.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:29.091164+0000 mgr.smithi019.hotguf (mgr.14180) 414 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:30.909 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:30.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:29.091164+0000 mgr.smithi019.hotguf (mgr.14180) 414 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:31.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:30.155605+0000 mgr.smithi019.hotguf (mgr.14180) 415 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:31.910 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:31.914 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:30.155605+0000 mgr.smithi019.hotguf (mgr.14180) 415 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:32.648 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:31.091740+0000 mgr.smithi019.hotguf (mgr.14180) 416 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:32.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:31.091740+0000 mgr.smithi019.hotguf (mgr.14180) 416 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:34.203 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:34.203 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:34.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:33.092293+0000 mgr.smithi019.hotguf (mgr.14180) 417 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:34.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:33.092293+0000 mgr.smithi019.hotguf (mgr.14180) 417 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:34.960 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:35.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:34.199420+0000 mgr.smithi019.hotguf (mgr.14180) 418 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:35.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:34.199420+0000 mgr.smithi019.hotguf (mgr.14180) 418 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:35.961 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:36.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:35.092731+0000 mgr.smithi019.hotguf (mgr.14180) 419 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:36.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:35.092731+0000 mgr.smithi019.hotguf (mgr.14180) 419 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:38.179 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:38.179 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:38.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:37.093197+0000 mgr.smithi019.hotguf (mgr.14180) 420 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:38.896 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:38.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:37.093197+0000 mgr.smithi019.hotguf (mgr.14180) 420 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:39.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:38.174975+0000 mgr.smithi019.hotguf (mgr.14180) 421 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:39.898 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:39.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:38.174975+0000 mgr.smithi019.hotguf (mgr.14180) 421 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:40.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:39.093958+0000 mgr.smithi019.hotguf (mgr.14180) 422 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:40.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:39.093958+0000 mgr.smithi019.hotguf (mgr.14180) 422 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:42.275 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:42.275 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:42.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:41.094556+0000 mgr.smithi019.hotguf (mgr.14180) 423 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:42.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:41.094556+0000 mgr.smithi019.hotguf (mgr.14180) 423 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:43.044 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:43.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:42.271287+0000 mgr.smithi019.hotguf (mgr.14180) 424 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:43.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:42.271287+0000 mgr.smithi019.hotguf (mgr.14180) 424 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:44.045 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:44.819 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:43.095266+0000 mgr.smithi019.hotguf (mgr.14180) 425 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:44.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:43.095266+0000 mgr.smithi019.hotguf (mgr.14180) 425 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:46.315 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:46.315 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:46.669 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:45.095729+0000 mgr.smithi019.hotguf (mgr.14180) 426 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:46.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:45.095729+0000 mgr.smithi019.hotguf (mgr.14180) 426 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:47.024 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:47.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:46.311219+0000 mgr.smithi019.hotguf (mgr.14180) 427 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:47.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:46.311219+0000 mgr.smithi019.hotguf (mgr.14180) 427 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:48.025 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:48.738 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:47.096180+0000 mgr.smithi019.hotguf (mgr.14180) 428 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:47.096180+0000 mgr.smithi019.hotguf (mgr.14180) 428 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:50.204 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:50.205 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:50.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:49.096698+0000 mgr.smithi019.hotguf (mgr.14180) 429 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:50.859 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:50.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:49.096698+0000 mgr.smithi019.hotguf (mgr.14180) 429 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:51.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:50.200215+0000 mgr.smithi019.hotguf (mgr.14180) 430 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:51.860 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:51.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:50.200215+0000 mgr.smithi019.hotguf (mgr.14180) 430 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:52.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:51.097347+0000 mgr.smithi019.hotguf (mgr.14180) 431 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:52.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:51.097347+0000 mgr.smithi019.hotguf (mgr.14180) 431 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:54.139 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:54.139 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:54.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:53.097810+0000 mgr.smithi019.hotguf (mgr.14180) 432 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:54.749 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:54.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:53.097810+0000 mgr.smithi019.hotguf (mgr.14180) 432 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:12:55.751 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:55.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:54.134562+0000 mgr.smithi019.hotguf (mgr.14180) 433 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:55.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:54.134562+0000 mgr.smithi019.hotguf (mgr.14180) 433 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:56.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:55.098371+0000 mgr.smithi019.hotguf (mgr.14180) 434 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:56.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:55.098371+0000 mgr.smithi019.hotguf (mgr.14180) 434 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:57.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:57.098985+0000 mgr.smithi019.hotguf (mgr.14180) 435 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:57.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:57.098985+0000 mgr.smithi019.hotguf (mgr.14180) 435 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:58.037 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:12:58.038 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:12:58.810 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:12:58.033746+0000 mgr.smithi019.hotguf (mgr.14180) 436 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:58.834 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:12:58.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:12:58.033746+0000 mgr.smithi019.hotguf (mgr.14180) 436 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:12:59.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:12:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:12:59.099580+0000 mgr.smithi019.hotguf (mgr.14180) 437 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:12:59.835 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:12:59.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:12:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:12:59.099580+0000 mgr.smithi019.hotguf (mgr.14180) 437 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:02.080 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:02.080 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:02.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:01.100119+0000 mgr.smithi019.hotguf (mgr.14180) 438 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:02.426 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:01.100119+0000 mgr.smithi019.hotguf (mgr.14180) 438 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:02.746 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:13:03.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:02.076276+0000 mgr.smithi019.hotguf (mgr.14180) 439 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:03.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:02.076276+0000 mgr.smithi019.hotguf (mgr.14180) 439 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:03.747 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:04.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:03.100734+0000 mgr.smithi019.hotguf (mgr.14180) 440 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:13:04.419 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:03.100734+0000 mgr.smithi019.hotguf (mgr.14180) 440 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:13:05.856 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:05.856 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:44.629994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:44.630139Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:44.630215Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:44.630283Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:44.630347Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:06.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:05.101157+0000 mgr.smithi019.hotguf (mgr.14180) 441 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:06.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:13:05.200363+0000 mgr.smithi019.hotguf (mgr.14180) 442 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.hhfcrs ... 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:11:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:11:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:12:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:13:06.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.hhfcrs ... 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:11:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:11:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:12:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:13:05.200585+0000 mgr.smithi019.hotguf (mgr.14180) 443 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:05.200974+0000 mon.smithi019 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.hhfcrs"}]: dispatch 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:13:05.201632+0000 mgr.smithi019.hotguf (mgr.14180) 444 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.hhfcrs ... 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:11:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:11:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:12:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:05.205944+0000 mon.smithi019 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:13:05.206235+0000 mgr.smithi019.hotguf (mgr.14180) 445 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:13:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:13:05.207341+0000 mgr.smithi019.hotguf (mgr.14180) 446 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:13:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:05.207975+0000 mgr.smithi019.hotguf (mgr.14180) 447 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:05.208131+0000 mon.smithi019 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:13:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:05.463212+0000 mon.smithi019 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:05.101157+0000 mgr.smithi019.hotguf (mgr.14180) 441 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:13:05.200363+0000 mgr.smithi019.hotguf (mgr.14180) 442 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.637 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.hhfcrs ... 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:11:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:11:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:12:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:13:06.638 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.hhfcrs ... 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:11:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:11:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:12:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:13:05.200585+0000 mgr.smithi019.hotguf (mgr.14180) 443 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:05.200974+0000 mon.smithi019 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.hhfcrs"}]: dispatch 2024-02-19T22:13:06.639 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:13:05.201632+0000 mgr.smithi019.hotguf (mgr.14180) 444 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.hhfcrs ... 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:11:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:11:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:12:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:05.205944+0000 mon.smithi019 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:13:05.206235+0000 mgr.smithi019.hotguf (mgr.14180) 445 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:13:06.640 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:13:05.207341+0000 mgr.smithi019.hotguf (mgr.14180) 446 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:13:06.641 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:05.207975+0000 mgr.smithi019.hotguf (mgr.14180) 447 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:06.641 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:05.208131+0000 mon.smithi019 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:13:06.641 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:05.463212+0000 mon.smithi019 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:06.834 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:13:07.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:05.852380+0000 mgr.smithi019.hotguf (mgr.14180) 448 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:07.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:06.204162+0000 mon.smithi019 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:13:07.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:05.852380+0000 mgr.smithi019.hotguf (mgr.14180) 448 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:07.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:06.204162+0000 mon.smithi019 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:13:07.835 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:08.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:07.208555+0000 mgr.smithi019.hotguf (mgr.14180) 449 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:08.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:07.312064+0000 mon.smithi019 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:08.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:08.131553+0000 mon.smithi019 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:07.208555+0000 mgr.smithi019.hotguf (mgr.14180) 449 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:07.312064+0000 mon.smithi019 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:08.131553+0000 mon.smithi019 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:09.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:08.432958+0000 mon.smithi019 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:09.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:08.432958+0000 mon.smithi019 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:09.209195+0000 mgr.smithi019.hotguf (mgr.14180) 450 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:10.691 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:10.691 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:07:49.736241Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:07:49.736311Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:07:49.736377Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:07:49.736164Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:07:49.736021Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:07:49.736442Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:07:49.736570Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:07:49.736506Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:10.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:09.209195+0000 mgr.smithi019.hotguf (mgr.14180) 450 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:11.503 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T22:13:12.504 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:12.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:10.687099+0000 mgr.smithi019.hotguf (mgr.14180) 451 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:12.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:11.209757+0000 mgr.smithi019.hotguf (mgr.14180) 452 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:12.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:10.687099+0000 mgr.smithi019.hotguf (mgr.14180) 451 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:12.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:11.209757+0000 mgr.smithi019.hotguf (mgr.14180) 452 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:14.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:13.210679+0000 mgr.smithi019.hotguf (mgr.14180) 453 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:14.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:13.210679+0000 mgr.smithi019.hotguf (mgr.14180) 453 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:15.512 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:15.512 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:16.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:14.808919+0000 mon.smithi019 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:16.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:15.179470+0000 mon.smithi019 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:13:16.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:15.180142+0000 mon.smithi019 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:13:16.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:15.184414+0000 mon.smithi019 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:16.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:15.184816+0000 mgr.smithi019.hotguf (mgr.14180) 454 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:16.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:15.188597+0000 mon.smithi019 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:13:16.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:15.195945+0000 mon.smithi019 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:16.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:13:15.197916+0000 mgr.smithi019.hotguf (mgr.14180) 455 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.qgnrpj on smithi188 2024-02-19T22:13:16.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:15.507411+0000 mgr.smithi019.hotguf (mgr.14180) 456 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:16.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:14.808919+0000 mon.smithi019 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:16.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:15.179470+0000 mon.smithi019 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:13:16.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:15.180142+0000 mon.smithi019 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:13:16.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:15.184414+0000 mon.smithi019 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:16.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:15.184816+0000 mgr.smithi019.hotguf (mgr.14180) 454 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-19T22:13:16.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:15.188597+0000 mon.smithi019 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:13:16.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:15.195945+0000 mon.smithi019 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:16.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:13:15.197916+0000 mgr.smithi019.hotguf (mgr.14180) 455 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.qgnrpj on smithi188 2024-02-19T22:13:16.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:15.507411+0000 mgr.smithi019.hotguf (mgr.14180) 456 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:16.206 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-19T22:13:16.206 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-19T22:13:16.217 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-19T22:13:16.217 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:17.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:16.182547+0000 mon.smithi019 (mon.0) 699 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T22:13:17.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:16.182587+0000 mon.smithi019 (mon.0) 700 : cluster [INF] Cluster is now healthy 2024-02-19T22:13:17.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:16.182547+0000 mon.smithi019 (mon.0) 699 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T22:13:17.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:16.182587+0000 mon.smithi019 (mon.0) 700 : cluster [INF] Cluster is now healthy 2024-02-19T22:13:18.022 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:17.185202+0000 mgr.smithi019.hotguf (mgr.14180) 457 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:18.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:17.185202+0000 mgr.smithi019.hotguf (mgr.14180) 457 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:18.498 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:18.498 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:19.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:18.493139+0000 mgr.smithi019.hotguf (mgr.14180) 458 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:19.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:18.493139+0000 mgr.smithi019.hotguf (mgr.14180) 458 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:19.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:20.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:19.185760+0000 mgr.smithi019.hotguf (mgr.14180) 459 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:20.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:19.185760+0000 mgr.smithi019.hotguf (mgr.14180) 459 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:20.264 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:22.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:21.186327+0000 mgr.smithi019.hotguf (mgr.14180) 460 : 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-02-19T22:13:22.565 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:22.565 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:22.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:21.186327+0000 mgr.smithi019.hotguf (mgr.14180) 460 : 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-02-19T22:13:23.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:24.208 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:24.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:22.560651+0000 mgr.smithi019.hotguf (mgr.14180) 461 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:24.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:23.131527+0000 mon.smithi019 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:24.415 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:23.186842+0000 mgr.smithi019.hotguf (mgr.14180) 462 : 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-02-19T22:13:24.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:22.560651+0000 mgr.smithi019.hotguf (mgr.14180) 461 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:24.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:23.131527+0000 mon.smithi019 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:13:24.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:23.186842+0000 mgr.smithi019.hotguf (mgr.14180) 462 : 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-02-19T22:13:26.312 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:26.312 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:26.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:25.187240+0000 mgr.smithi019.hotguf (mgr.14180) 463 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:26.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:25.187240+0000 mgr.smithi019.hotguf (mgr.14180) 463 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:27.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:27.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:26.307506+0000 mgr.smithi019.hotguf (mgr.14180) 464 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:27.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:26.307506+0000 mgr.smithi019.hotguf (mgr.14180) 464 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:28.033 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:28.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:27.187835+0000 mgr.smithi019.hotguf (mgr.14180) 465 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:28.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:27.187835+0000 mgr.smithi019.hotguf (mgr.14180) 465 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:30.206 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:30.206 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:30.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:29.188379+0000 mgr.smithi019.hotguf (mgr.14180) 466 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:30.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:29.188379+0000 mgr.smithi019.hotguf (mgr.14180) 466 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:30.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:31.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:30.201430+0000 mgr.smithi019.hotguf (mgr.14180) 467 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:31.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:30.201430+0000 mgr.smithi019.hotguf (mgr.14180) 467 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:31.957 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:32.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:31.188857+0000 mgr.smithi019.hotguf (mgr.14180) 468 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:32.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:31.188857+0000 mgr.smithi019.hotguf (mgr.14180) 468 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:33.816 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:33.189352+0000 mgr.smithi019.hotguf (mgr.14180) 469 : 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-02-19T22:13:34.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:33.189352+0000 mgr.smithi019.hotguf (mgr.14180) 469 : 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-02-19T22:13:34.252 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:34.252 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:35.057 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:34.246635+0000 mgr.smithi019.hotguf (mgr.14180) 470 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:35.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:35.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:34.246635+0000 mgr.smithi019.hotguf (mgr.14180) 470 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:36.082 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:36.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:35.189728+0000 mgr.smithi019.hotguf (mgr.14180) 471 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:36.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:35.189728+0000 mgr.smithi019.hotguf (mgr.14180) 471 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:38.228 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:38.228 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:38.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:37.190279+0000 mgr.smithi019.hotguf (mgr.14180) 472 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:38.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:37.190279+0000 mgr.smithi019.hotguf (mgr.14180) 472 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:38.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:39.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:38.223886+0000 mgr.smithi019.hotguf (mgr.14180) 473 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:39.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:38.223886+0000 mgr.smithi019.hotguf (mgr.14180) 473 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:39.920 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:40.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:39.190898+0000 mgr.smithi019.hotguf (mgr.14180) 474 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:40.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:39.190898+0000 mgr.smithi019.hotguf (mgr.14180) 474 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:42.078 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:42.078 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:42.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:41.191526+0000 mgr.smithi019.hotguf (mgr.14180) 475 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:42.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:41.191526+0000 mgr.smithi019.hotguf (mgr.14180) 475 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:42.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:43.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:42.073419+0000 mgr.smithi019.hotguf (mgr.14180) 476 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:43.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:42.073419+0000 mgr.smithi019.hotguf (mgr.14180) 476 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:43.964 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:44.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:43.192085+0000 mgr.smithi019.hotguf (mgr.14180) 477 : 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-02-19T22:13:44.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:43.192085+0000 mgr.smithi019.hotguf (mgr.14180) 477 : 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-02-19T22:13:46.144 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:46.144 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:46.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:45.192613+0000 mgr.smithi019.hotguf (mgr.14180) 478 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:46.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:45.192613+0000 mgr.smithi019.hotguf (mgr.14180) 478 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:46.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:47.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:46.139414+0000 mgr.smithi019.hotguf (mgr.14180) 479 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:47.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:46.139414+0000 mgr.smithi019.hotguf (mgr.14180) 479 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:47.820 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:48.566 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:47.193251+0000 mgr.smithi019.hotguf (mgr.14180) 480 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:48.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:47.193251+0000 mgr.smithi019.hotguf (mgr.14180) 480 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:50.214 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:50.215 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:50.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:49.193786+0000 mgr.smithi019.hotguf (mgr.14180) 481 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:50.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:49.193786+0000 mgr.smithi019.hotguf (mgr.14180) 481 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:50.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:51.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:50.209806+0000 mgr.smithi019.hotguf (mgr.14180) 482 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:51.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:50.209806+0000 mgr.smithi019.hotguf (mgr.14180) 482 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:51.822 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:52.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:51.194293+0000 mgr.smithi019.hotguf (mgr.14180) 483 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:52.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:51.194293+0000 mgr.smithi019.hotguf (mgr.14180) 483 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:54.007 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:54.007 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:54.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:53.194833+0000 mgr.smithi019.hotguf (mgr.14180) 484 : 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-02-19T22:13:54.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:53.194833+0000 mgr.smithi019.hotguf (mgr.14180) 484 : 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-02-19T22:13:54.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:55.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:54.002539+0000 mgr.smithi019.hotguf (mgr.14180) 485 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:55.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:54.002539+0000 mgr.smithi019.hotguf (mgr.14180) 485 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:55.706 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:13:56.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:55.195192+0000 mgr.smithi019.hotguf (mgr.14180) 486 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:56.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:55.195192+0000 mgr.smithi019.hotguf (mgr.14180) 486 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:57.904 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:13:57.904 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:13:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:57.195732+0000 mgr.smithi019.hotguf (mgr.14180) 487 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:57.195732+0000 mgr.smithi019.hotguf (mgr.14180) 487 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:13:58.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:13:59.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:13:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:13:57.899372+0000 mgr.smithi019.hotguf (mgr.14180) 488 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:59.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:13:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:13:57.899372+0000 mgr.smithi019.hotguf (mgr.14180) 488 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:13:59.700 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:00.390 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:13:59.196548+0000 mgr.smithi019.hotguf (mgr.14180) 489 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:00.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:13:59.196548+0000 mgr.smithi019.hotguf (mgr.14180) 489 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:01.882 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:01.883 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:02.515 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:01.197042+0000 mgr.smithi019.hotguf (mgr.14180) 490 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:02.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:01.197042+0000 mgr.smithi019.hotguf (mgr.14180) 490 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:03.540 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:03.576 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:01.877788+0000 mgr.smithi019.hotguf (mgr.14180) 491 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:03.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:01.877788+0000 mgr.smithi019.hotguf (mgr.14180) 491 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:04.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:03.197619+0000 mgr.smithi019.hotguf (mgr.14180) 492 : 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-02-19T22:14:04.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:03.197619+0000 mgr.smithi019.hotguf (mgr.14180) 492 : 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-02-19T22:14:05.709 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:05.709 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:06.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:05.198161+0000 mgr.smithi019.hotguf (mgr.14180) 493 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:06.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:05.198161+0000 mgr.smithi019.hotguf (mgr.14180) 493 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:07.363 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:07.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:05.704777+0000 mgr.smithi019.hotguf (mgr.14180) 494 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:07.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:05.704777+0000 mgr.smithi019.hotguf (mgr.14180) 494 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:08.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:07.198619+0000 mgr.smithi019.hotguf (mgr.14180) 495 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:07.198619+0000 mgr.smithi019.hotguf (mgr.14180) 495 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:09.523 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:09.523 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:10.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:09.199238+0000 mgr.smithi019.hotguf (mgr.14180) 496 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:10.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:09.518114+0000 mgr.smithi019.hotguf (mgr.14180) 497 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:10.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:09.199238+0000 mgr.smithi019.hotguf (mgr.14180) 496 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:10.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:09.518114+0000 mgr.smithi019.hotguf (mgr.14180) 497 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:11.234 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:12.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:11.199699+0000 mgr.smithi019.hotguf (mgr.14180) 498 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:12.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:11.199699+0000 mgr.smithi019.hotguf (mgr.14180) 498 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:13.548 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:13.548 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:14.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:14.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:13.200303+0000 mgr.smithi019.hotguf (mgr.14180) 499 : 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-02-19T22:14:14.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:13.542980+0000 mgr.smithi019.hotguf (mgr.14180) 500 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:14.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:13.200303+0000 mgr.smithi019.hotguf (mgr.14180) 499 : 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-02-19T22:14:14.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:13.542980+0000 mgr.smithi019.hotguf (mgr.14180) 500 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:15.193 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:16.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:15.200653+0000 mgr.smithi019.hotguf (mgr.14180) 501 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:16.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:15.200653+0000 mgr.smithi019.hotguf (mgr.14180) 501 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:17.363 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:17.363 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:18.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:18.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:17.201084+0000 mgr.smithi019.hotguf (mgr.14180) 502 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:18.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:17.358710+0000 mgr.smithi019.hotguf (mgr.14180) 503 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:18.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:17.201084+0000 mgr.smithi019.hotguf (mgr.14180) 502 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:18.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:17.358710+0000 mgr.smithi019.hotguf (mgr.14180) 503 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:19.089 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:20.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:19.201585+0000 mgr.smithi019.hotguf (mgr.14180) 504 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:20.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:19.201585+0000 mgr.smithi019.hotguf (mgr.14180) 504 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:21.293 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:21.293 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:21.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:22.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:21.201999+0000 mgr.smithi019.hotguf (mgr.14180) 505 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:22.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:21.288768+0000 mgr.smithi019.hotguf (mgr.14180) 506 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:22.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:21.201999+0000 mgr.smithi019.hotguf (mgr.14180) 505 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:22.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:21.288768+0000 mgr.smithi019.hotguf (mgr.14180) 506 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:22.953 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:24.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:23.202450+0000 mgr.smithi019.hotguf (mgr.14180) 507 : 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-02-19T22:14:24.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:23.202450+0000 mgr.smithi019.hotguf (mgr.14180) 507 : 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-02-19T22:14:25.194 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:25.194 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:25.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:26.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:25.189765+0000 mgr.smithi019.hotguf (mgr.14180) 508 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:26.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:25.202785+0000 mgr.smithi019.hotguf (mgr.14180) 509 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:26.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:25.189765+0000 mgr.smithi019.hotguf (mgr.14180) 508 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:26.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:25.202785+0000 mgr.smithi019.hotguf (mgr.14180) 509 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:26.868 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:28.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:27.203402+0000 mgr.smithi019.hotguf (mgr.14180) 510 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:28.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:27.203402+0000 mgr.smithi019.hotguf (mgr.14180) 510 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:29.172 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:29.172 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:29.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:30.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:29.168008+0000 mgr.smithi019.hotguf (mgr.14180) 511 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:30.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:29.203938+0000 mgr.smithi019.hotguf (mgr.14180) 512 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:30.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:29.168008+0000 mgr.smithi019.hotguf (mgr.14180) 511 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:30.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:29.203938+0000 mgr.smithi019.hotguf (mgr.14180) 512 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:30.833 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:32.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:31.204553+0000 mgr.smithi019.hotguf (mgr.14180) 513 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:32.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:31.204553+0000 mgr.smithi019.hotguf (mgr.14180) 513 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:33.043 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:33.043 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:33.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:34.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:33.038095+0000 mgr.smithi019.hotguf (mgr.14180) 514 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:34.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:33.205069+0000 mgr.smithi019.hotguf (mgr.14180) 515 : 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-02-19T22:14:34.779 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:34.813 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:33.038095+0000 mgr.smithi019.hotguf (mgr.14180) 514 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:34.813 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:33.205069+0000 mgr.smithi019.hotguf (mgr.14180) 515 : 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-02-19T22:14:36.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:35.205499+0000 mgr.smithi019.hotguf (mgr.14180) 516 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:35.205499+0000 mgr.smithi019.hotguf (mgr.14180) 516 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:36.967 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:36.967 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:37.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:38.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:36.962496+0000 mgr.smithi019.hotguf (mgr.14180) 517 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:38.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:37.205997+0000 mgr.smithi019.hotguf (mgr.14180) 518 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:38.728 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:38.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:36.962496+0000 mgr.smithi019.hotguf (mgr.14180) 517 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:38.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:37.205997+0000 mgr.smithi019.hotguf (mgr.14180) 518 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:40.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:39.206555+0000 mgr.smithi019.hotguf (mgr.14180) 519 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:40.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:39.206555+0000 mgr.smithi019.hotguf (mgr.14180) 519 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:41.062 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:41.062 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:41.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:42.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:41.057279+0000 mgr.smithi019.hotguf (mgr.14180) 520 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:42.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:41.207117+0000 mgr.smithi019.hotguf (mgr.14180) 521 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:42.689 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:42.723 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:41.057279+0000 mgr.smithi019.hotguf (mgr.14180) 520 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:42.724 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:41.207117+0000 mgr.smithi019.hotguf (mgr.14180) 521 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:44.539 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:43.207626+0000 mgr.smithi019.hotguf (mgr.14180) 522 : 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-02-19T22:14:44.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:43.207626+0000 mgr.smithi019.hotguf (mgr.14180) 522 : 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-02-19T22:14:44.947 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:44.947 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:45.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:46.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:44.942698+0000 mgr.smithi019.hotguf (mgr.14180) 523 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:46.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:45.208164+0000 mgr.smithi019.hotguf (mgr.14180) 524 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:46.788 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:46.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:44.942698+0000 mgr.smithi019.hotguf (mgr.14180) 523 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:46.822 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:45.208164+0000 mgr.smithi019.hotguf (mgr.14180) 524 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:48.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:47.208706+0000 mgr.smithi019.hotguf (mgr.14180) 525 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:48.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:47.208706+0000 mgr.smithi019.hotguf (mgr.14180) 525 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:49.057 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:49.057 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:49.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:50.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:49.052429+0000 mgr.smithi019.hotguf (mgr.14180) 526 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:50.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:49.209202+0000 mgr.smithi019.hotguf (mgr.14180) 527 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:50.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:49.052429+0000 mgr.smithi019.hotguf (mgr.14180) 526 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:50.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:49.209202+0000 mgr.smithi019.hotguf (mgr.14180) 527 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:50.750 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:52.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:51.209620+0000 mgr.smithi019.hotguf (mgr.14180) 528 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:52.797 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:52.797 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:52.826 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:51.209620+0000 mgr.smithi019.hotguf (mgr.14180) 528 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:53.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:54.532 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:54.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:52.792726+0000 mgr.smithi019.hotguf (mgr.14180) 529 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:54.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:53.210134+0000 mgr.smithi019.hotguf (mgr.14180) 530 : 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-02-19T22:14:54.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:52.792726+0000 mgr.smithi019.hotguf (mgr.14180) 529 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:54.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:53.210134+0000 mgr.smithi019.hotguf (mgr.14180) 530 : 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-02-19T22:14:56.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:55.210518+0000 mgr.smithi019.hotguf (mgr.14180) 531 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:56.663 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:14:56.663 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:14:56.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:55.210518+0000 mgr.smithi019.hotguf (mgr.14180) 531 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:57.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:14:58.298 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:14:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:14:56.658223+0000 mgr.smithi019.hotguf (mgr.14180) 532 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:14:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:57.211152+0000 mgr.smithi019.hotguf (mgr.14180) 533 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:14:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:14:56.658223+0000 mgr.smithi019.hotguf (mgr.14180) 532 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:14:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:14:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:57.211152+0000 mgr.smithi019.hotguf (mgr.14180) 533 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:00.531 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:00.532 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:00.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:14:59.211796+0000 mgr.smithi019.hotguf (mgr.14180) 534 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:00.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:14:59.211796+0000 mgr.smithi019.hotguf (mgr.14180) 534 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:01.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:01.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:00.526942+0000 mgr.smithi019.hotguf (mgr.14180) 535 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:01.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:00.526942+0000 mgr.smithi019.hotguf (mgr.14180) 535 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:02.127 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:02.813 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:01.212384+0000 mgr.smithi019.hotguf (mgr.14180) 536 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:02.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:01.212384+0000 mgr.smithi019.hotguf (mgr.14180) 536 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:04.346 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:04.347 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:04.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:03.212929+0000 mgr.smithi019.hotguf (mgr.14180) 537 : 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-02-19T22:15:04.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:03.212929+0000 mgr.smithi019.hotguf (mgr.14180) 537 : 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-02-19T22:15:05.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:05.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:04.341664+0000 mgr.smithi019.hotguf (mgr.14180) 538 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:05.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:04.341664+0000 mgr.smithi019.hotguf (mgr.14180) 538 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:06.161 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:06.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:05.213437+0000 mgr.smithi019.hotguf (mgr.14180) 539 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:06.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:05.213437+0000 mgr.smithi019.hotguf (mgr.14180) 539 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:08.377 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:08.377 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:08.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:07.213901+0000 mgr.smithi019.hotguf (mgr.14180) 540 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:08.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:07.213901+0000 mgr.smithi019.hotguf (mgr.14180) 540 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:09.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:09.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:08.371988+0000 mgr.smithi019.hotguf (mgr.14180) 541 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:09.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:08.371988+0000 mgr.smithi019.hotguf (mgr.14180) 541 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:10.059 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:10.742 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:09.214593+0000 mgr.smithi019.hotguf (mgr.14180) 542 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:10.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:09.214593+0000 mgr.smithi019.hotguf (mgr.14180) 542 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:12.260 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:12.260 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:12.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:11.215271+0000 mgr.smithi019.hotguf (mgr.14180) 543 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:12.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:11.215271+0000 mgr.smithi019.hotguf (mgr.14180) 543 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:12.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:13.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:12.255259+0000 mgr.smithi019.hotguf (mgr.14180) 544 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:13.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:12.255259+0000 mgr.smithi019.hotguf (mgr.14180) 544 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:13.970 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:14.669 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:13.215890+0000 mgr.smithi019.hotguf (mgr.14180) 545 : 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-02-19T22:15:14.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:13.215890+0000 mgr.smithi019.hotguf (mgr.14180) 545 : 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-02-19T22:15:16.281 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:16.282 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:16.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:15.216292+0000 mgr.smithi019.hotguf (mgr.14180) 546 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:16.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:15.216292+0000 mgr.smithi019.hotguf (mgr.14180) 546 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:16.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:17.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:16.277108+0000 mgr.smithi019.hotguf (mgr.14180) 547 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:17.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:16.277108+0000 mgr.smithi019.hotguf (mgr.14180) 547 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:17.968 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:18.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:17.217016+0000 mgr.smithi019.hotguf (mgr.14180) 548 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:18.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:17.217016+0000 mgr.smithi019.hotguf (mgr.14180) 548 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:20.180 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:20.180 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:20.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:19.217561+0000 mgr.smithi019.hotguf (mgr.14180) 549 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:20.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:19.217561+0000 mgr.smithi019.hotguf (mgr.14180) 549 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:20.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:21.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:20.175655+0000 mgr.smithi019.hotguf (mgr.14180) 550 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:21.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:20.175655+0000 mgr.smithi019.hotguf (mgr.14180) 550 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:21.939 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:22.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:21.218018+0000 mgr.smithi019.hotguf (mgr.14180) 551 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:22.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:21.218018+0000 mgr.smithi019.hotguf (mgr.14180) 551 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:24.233 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:24.233 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:24.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:23.218511+0000 mgr.smithi019.hotguf (mgr.14180) 552 : 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-02-19T22:15:24.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:24.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:23.218511+0000 mgr.smithi019.hotguf (mgr.14180) 552 : 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-02-19T22:15:25.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:24.227335+0000 mgr.smithi019.hotguf (mgr.14180) 553 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:25.851 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:25.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:24.227335+0000 mgr.smithi019.hotguf (mgr.14180) 553 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:26.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:25.218819+0000 mgr.smithi019.hotguf (mgr.14180) 554 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:26.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:25.218819+0000 mgr.smithi019.hotguf (mgr.14180) 554 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:28.246 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:28.246 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:28.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:27.219313+0000 mgr.smithi019.hotguf (mgr.14180) 555 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:28.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:28.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:27.219313+0000 mgr.smithi019.hotguf (mgr.14180) 555 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:29.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:28.241663+0000 mgr.smithi019.hotguf (mgr.14180) 556 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:29.907 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:29.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:28.241663+0000 mgr.smithi019.hotguf (mgr.14180) 556 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:30.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:29.219975+0000 mgr.smithi019.hotguf (mgr.14180) 557 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:30.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:29.219975+0000 mgr.smithi019.hotguf (mgr.14180) 557 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:32.158 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:32.158 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:32.800 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:31.220371+0000 mgr.smithi019.hotguf (mgr.14180) 558 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:32.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:32.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:31.220371+0000 mgr.smithi019.hotguf (mgr.14180) 558 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:33.822 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:33.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:32.153629+0000 mgr.smithi019.hotguf (mgr.14180) 559 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:33.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:32.153629+0000 mgr.smithi019.hotguf (mgr.14180) 559 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:34.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:33.220991+0000 mgr.smithi019.hotguf (mgr.14180) 560 : 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-02-19T22:15:34.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:33.220991+0000 mgr.smithi019.hotguf (mgr.14180) 560 : 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-02-19T22:15:35.960 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:35.960 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:36.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:35.221331+0000 mgr.smithi019.hotguf (mgr.14180) 561 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:36.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:36.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:35.221331+0000 mgr.smithi019.hotguf (mgr.14180) 561 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:37.697 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:37.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:35.955435+0000 mgr.smithi019.hotguf (mgr.14180) 562 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:37.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:35.955435+0000 mgr.smithi019.hotguf (mgr.14180) 562 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:38.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:37.221810+0000 mgr.smithi019.hotguf (mgr.14180) 563 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:38.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:37.221810+0000 mgr.smithi019.hotguf (mgr.14180) 563 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:39.839 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:39.839 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:40.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:40.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:39.222284+0000 mgr.smithi019.hotguf (mgr.14180) 564 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:40.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:39.222284+0000 mgr.smithi019.hotguf (mgr.14180) 564 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:41.425 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:41.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:39.833894+0000 mgr.smithi019.hotguf (mgr.14180) 565 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:41.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:39.833894+0000 mgr.smithi019.hotguf (mgr.14180) 565 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:42.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:41.222852+0000 mgr.smithi019.hotguf (mgr.14180) 566 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:42.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:41.222852+0000 mgr.smithi019.hotguf (mgr.14180) 566 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:43.613 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:43.613 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:07:53.285206Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:44.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:44.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:43.223353+0000 mgr.smithi019.hotguf (mgr.14180) 567 : 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-02-19T22:15:44.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:44.297827+0000 mon.smithi019 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.qgnrpj"}]: dispatch 2024-02-19T22:15:44.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:43.223353+0000 mgr.smithi019.hotguf (mgr.14180) 567 : 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-02-19T22:15:44.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:44.297827+0000 mon.smithi019 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.qgnrpj"}]: dispatch 2024-02-19T22:15:45.358 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:45.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:43.607894+0000 mgr.smithi019.hotguf (mgr.14180) 568 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:45.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:15:44.297409+0000 mgr.smithi019.hotguf (mgr.14180) 569 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.qgnrpj ... 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:13:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:14:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:15:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:15:45.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.qgnrpj ... 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:13:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:14:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:15:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:15:44.297573+0000 mgr.smithi019.hotguf (mgr.14180) 570 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:15:44.298463+0000 mgr.smithi019.hotguf (mgr.14180) 571 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.qgnrpj ... 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:13:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:14:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:15:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:15:45.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:15:44.299974+0000 mgr.smithi019.hotguf (mgr.14180) 572 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.bqlfba on smithi019 2024-02-19T22:15:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:43.607894+0000 mgr.smithi019.hotguf (mgr.14180) 568 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:15:44.297409+0000 mgr.smithi019.hotguf (mgr.14180) 569 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.qgnrpj ... 2024-02-19T22:15:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:13:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:14:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:15:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.qgnrpj ... 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:13:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:14:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:15:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:15:44.297573+0000 mgr.smithi019.hotguf (mgr.14180) 570 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:15:44.298463+0000 mgr.smithi019.hotguf (mgr.14180) 571 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj 2024-02-19T22:15:45.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.qgnrpj ... 2024-02-19T22:15:45.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:15:45.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:13:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:14:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:15:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:15:45.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:15:45.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:15:45.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:15:44.299974+0000 mgr.smithi019.hotguf (mgr.14180) 572 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.bqlfba on smithi019 2024-02-19T22:15:46.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:45.223792+0000 mgr.smithi019.hotguf (mgr.14180) 573 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:46.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:45.223792+0000 mgr.smithi019.hotguf (mgr.14180) 573 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:47.611 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:47.612 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:48.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:48.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:47.224436+0000 mgr.smithi019.hotguf (mgr.14180) 574 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:48.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:47.224436+0000 mgr.smithi019.hotguf (mgr.14180) 574 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:49.407 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:49.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:47.606228+0000 mgr.smithi019.hotguf (mgr.14180) 575 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:49.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:47.606228+0000 mgr.smithi019.hotguf (mgr.14180) 575 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:50.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:49.225063+0000 mgr.smithi019.hotguf (mgr.14180) 576 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:50.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:49.225063+0000 mgr.smithi019.hotguf (mgr.14180) 576 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:51.694 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:51.694 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:52.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:52.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:51.225648+0000 mgr.smithi019.hotguf (mgr.14180) 577 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:52.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:51.225648+0000 mgr.smithi019.hotguf (mgr.14180) 577 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:53.464 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:53.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:51.688910+0000 mgr.smithi019.hotguf (mgr.14180) 578 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:53.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:51.688910+0000 mgr.smithi019.hotguf (mgr.14180) 578 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:54.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:53.226300+0000 mgr.smithi019.hotguf (mgr.14180) 579 : 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-02-19T22:15:54.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:53.226300+0000 mgr.smithi019.hotguf (mgr.14180) 579 : 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-02-19T22:15:55.619 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:55.619 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:15:56.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:15:56.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:55.226741+0000 mgr.smithi019.hotguf (mgr.14180) 580 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:56.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:55.226741+0000 mgr.smithi019.hotguf (mgr.14180) 580 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:57.258 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:15:57.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:55.614247+0000 mgr.smithi019.hotguf (mgr.14180) 581 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:57.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:55.614247+0000 mgr.smithi019.hotguf (mgr.14180) 581 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:15:58.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:15:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:57.227271+0000 mgr.smithi019.hotguf (mgr.14180) 582 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:58.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:15:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:57.227271+0000 mgr.smithi019.hotguf (mgr.14180) 582 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:15:59.529 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:15:59.529 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:00.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:00.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:15:59.228059+0000 mgr.smithi019.hotguf (mgr.14180) 583 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:00.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:15:59.524274+0000 mgr.smithi019.hotguf (mgr.14180) 584 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:00.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:15:59.228059+0000 mgr.smithi019.hotguf (mgr.14180) 583 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:00.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:15:59.524274+0000 mgr.smithi019.hotguf (mgr.14180) 584 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:01.137 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:01.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:01.228560+0000 mgr.smithi019.hotguf (mgr.14180) 585 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:01.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:01.228560+0000 mgr.smithi019.hotguf (mgr.14180) 585 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:03.507 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:03.508 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:04.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:04.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:03.229115+0000 mgr.smithi019.hotguf (mgr.14180) 586 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:04.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:03.502921+0000 mgr.smithi019.hotguf (mgr.14180) 587 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:04.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:03.229115+0000 mgr.smithi019.hotguf (mgr.14180) 586 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:04.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:03.502921+0000 mgr.smithi019.hotguf (mgr.14180) 587 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:05.262 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:06.332 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:05.229518+0000 mgr.smithi019.hotguf (mgr.14180) 588 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:06.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:05.229518+0000 mgr.smithi019.hotguf (mgr.14180) 588 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:07.504 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:07.504 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:08.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:08.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:07.229978+0000 mgr.smithi019.hotguf (mgr.14180) 589 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:08.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:07.498445+0000 mgr.smithi019.hotguf (mgr.14180) 590 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:07.229978+0000 mgr.smithi019.hotguf (mgr.14180) 589 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:07.498445+0000 mgr.smithi019.hotguf (mgr.14180) 590 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:09.175 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:10.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:09.230478+0000 mgr.smithi019.hotguf (mgr.14180) 591 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:10.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:09.230478+0000 mgr.smithi019.hotguf (mgr.14180) 591 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:11.384 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:11.384 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:12.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:12.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:11.230880+0000 mgr.smithi019.hotguf (mgr.14180) 592 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:12.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:11.379032+0000 mgr.smithi019.hotguf (mgr.14180) 593 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:12.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:11.230880+0000 mgr.smithi019.hotguf (mgr.14180) 592 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:12.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:11.379032+0000 mgr.smithi019.hotguf (mgr.14180) 593 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:13.033 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:14.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:13.231333+0000 mgr.smithi019.hotguf (mgr.14180) 594 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:14.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:13.231333+0000 mgr.smithi019.hotguf (mgr.14180) 594 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:15.240 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:15.240 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:15.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:16.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:15.231659+0000 mgr.smithi019.hotguf (mgr.14180) 595 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:15.235728+0000 mgr.smithi019.hotguf (mgr.14180) 596 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:16.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:15.231659+0000 mgr.smithi019.hotguf (mgr.14180) 595 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:16.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:15.235728+0000 mgr.smithi019.hotguf (mgr.14180) 596 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:16.845 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:18.578 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:17.232105+0000 mgr.smithi019.hotguf (mgr.14180) 597 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:18.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:17.232105+0000 mgr.smithi019.hotguf (mgr.14180) 597 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:19.005 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:19.005 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:19.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:20.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:19.000067+0000 mgr.smithi019.hotguf (mgr.14180) 598 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:20.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:19.232590+0000 mgr.smithi019.hotguf (mgr.14180) 599 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:20.659 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:20.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:19.000067+0000 mgr.smithi019.hotguf (mgr.14180) 598 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:20.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:19.232590+0000 mgr.smithi019.hotguf (mgr.14180) 599 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:22.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:21.233203+0000 mgr.smithi019.hotguf (mgr.14180) 600 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:22.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:21.233203+0000 mgr.smithi019.hotguf (mgr.14180) 600 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:22.980 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:22.980 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:23.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:24.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:22.975458+0000 mgr.smithi019.hotguf (mgr.14180) 601 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:24.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:23.233659+0000 mgr.smithi019.hotguf (mgr.14180) 602 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:24.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:22.975458+0000 mgr.smithi019.hotguf (mgr.14180) 601 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:24.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:23.233659+0000 mgr.smithi019.hotguf (mgr.14180) 602 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:24.700 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:26.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:25.233978+0000 mgr.smithi019.hotguf (mgr.14180) 603 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:26.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:25.233978+0000 mgr.smithi019.hotguf (mgr.14180) 603 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:26.884 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:26.884 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:27.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:28.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:26.879166+0000 mgr.smithi019.hotguf (mgr.14180) 604 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:28.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:27.234376+0000 mgr.smithi019.hotguf (mgr.14180) 605 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:28.635 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:28.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:26.879166+0000 mgr.smithi019.hotguf (mgr.14180) 604 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:28.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:27.234376+0000 mgr.smithi019.hotguf (mgr.14180) 605 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:30.409 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:29.234940+0000 mgr.smithi019.hotguf (mgr.14180) 606 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:30.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:29.234940+0000 mgr.smithi019.hotguf (mgr.14180) 606 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:30.860 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:30.860 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:31.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:32.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:30.855145+0000 mgr.smithi019.hotguf (mgr.14180) 607 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:32.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:31.235352+0000 mgr.smithi019.hotguf (mgr.14180) 608 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:32.668 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:32.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:30.855145+0000 mgr.smithi019.hotguf (mgr.14180) 607 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:32.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:31.235352+0000 mgr.smithi019.hotguf (mgr.14180) 608 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:34.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:33.235810+0000 mgr.smithi019.hotguf (mgr.14180) 609 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:34.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:33.235810+0000 mgr.smithi019.hotguf (mgr.14180) 609 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:34.886 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:34.886 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:35.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:34.881638+0000 mgr.smithi019.hotguf (mgr.14180) 610 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:36.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:35.236102+0000 mgr.smithi019.hotguf (mgr.14180) 611 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:36.681 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:36.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:34.881638+0000 mgr.smithi019.hotguf (mgr.14180) 610 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:36.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:35.236102+0000 mgr.smithi019.hotguf (mgr.14180) 611 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:38.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:37.236493+0000 mgr.smithi019.hotguf (mgr.14180) 612 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:38.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:37.236493+0000 mgr.smithi019.hotguf (mgr.14180) 612 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:38.904 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:38.905 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:39.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:40.664 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:40.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:38.899758+0000 mgr.smithi019.hotguf (mgr.14180) 613 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:40.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:39.237189+0000 mgr.smithi019.hotguf (mgr.14180) 614 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:40.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:38.899758+0000 mgr.smithi019.hotguf (mgr.14180) 613 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:40.698 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:39.237189+0000 mgr.smithi019.hotguf (mgr.14180) 614 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:42.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:41.237609+0000 mgr.smithi019.hotguf (mgr.14180) 615 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:42.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:41.237609+0000 mgr.smithi019.hotguf (mgr.14180) 615 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:43.011 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:43.011 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:43.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:44.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:43.006579+0000 mgr.smithi019.hotguf (mgr.14180) 616 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:44.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:43.238203+0000 mgr.smithi019.hotguf (mgr.14180) 617 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:44.719 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:44.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:43.006579+0000 mgr.smithi019.hotguf (mgr.14180) 616 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:44.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:43.238203+0000 mgr.smithi019.hotguf (mgr.14180) 617 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:46.496 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:45.238623+0000 mgr.smithi019.hotguf (mgr.14180) 618 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:46.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:45.238623+0000 mgr.smithi019.hotguf (mgr.14180) 618 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:46.927 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:46.927 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:47.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:48.636 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:48.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:46.921963+0000 mgr.smithi019.hotguf (mgr.14180) 619 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:48.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:47.239075+0000 mgr.smithi019.hotguf (mgr.14180) 620 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:48.671 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:46.921963+0000 mgr.smithi019.hotguf (mgr.14180) 619 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:48.671 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:47.239075+0000 mgr.smithi019.hotguf (mgr.14180) 620 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:50.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:49.239507+0000 mgr.smithi019.hotguf (mgr.14180) 621 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:50.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:49.239507+0000 mgr.smithi019.hotguf (mgr.14180) 621 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:50.885 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:50.885 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:51.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:52.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:50.879671+0000 mgr.smithi019.hotguf (mgr.14180) 622 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:52.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:51.240107+0000 mgr.smithi019.hotguf (mgr.14180) 623 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:52.675 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:52.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:50.879671+0000 mgr.smithi019.hotguf (mgr.14180) 622 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:52.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:51.240107+0000 mgr.smithi019.hotguf (mgr.14180) 623 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:54.425 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:53.240590+0000 mgr.smithi019.hotguf (mgr.14180) 624 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:54.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:53.240590+0000 mgr.smithi019.hotguf (mgr.14180) 624 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:16:54.879 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:54.879 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:55.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:16:56.615 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:16:56.648 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:54.874053+0000 mgr.smithi019.hotguf (mgr.14180) 625 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:56.648 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:55.240851+0000 mgr.smithi019.hotguf (mgr.14180) 626 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:56.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:54.874053+0000 mgr.smithi019.hotguf (mgr.14180) 625 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:16:56.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:55.240851+0000 mgr.smithi019.hotguf (mgr.14180) 626 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:58.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:16:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:57.241312+0000 mgr.smithi019.hotguf (mgr.14180) 627 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:16:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:57.241312+0000 mgr.smithi019.hotguf (mgr.14180) 627 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:16:59.029 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:16:59.030 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:16:59.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:00.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:16:59.024589+0000 mgr.smithi019.hotguf (mgr.14180) 628 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:00.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:16:59.241892+0000 mgr.smithi019.hotguf (mgr.14180) 629 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:00.707 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:00.742 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:16:59.024589+0000 mgr.smithi019.hotguf (mgr.14180) 628 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:00.742 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:16:59.241892+0000 mgr.smithi019.hotguf (mgr.14180) 629 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:02.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:01.242279+0000 mgr.smithi019.hotguf (mgr.14180) 630 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:01.242279+0000 mgr.smithi019.hotguf (mgr.14180) 630 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:03.066 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:03.066 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:03.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:04.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:03.061186+0000 mgr.smithi019.hotguf (mgr.14180) 631 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:04.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:03.242722+0000 mgr.smithi019.hotguf (mgr.14180) 632 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:04.747 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:04.783 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:03.061186+0000 mgr.smithi019.hotguf (mgr.14180) 631 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:04.783 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:03.242722+0000 mgr.smithi019.hotguf (mgr.14180) 632 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:06.558 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:05.243160+0000 mgr.smithi019.hotguf (mgr.14180) 633 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:06.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:05.243160+0000 mgr.smithi019.hotguf (mgr.14180) 633 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:06.990 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:06.990 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:07.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:08.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:06.985279+0000 mgr.smithi019.hotguf (mgr.14180) 634 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:08.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:07.243719+0000 mgr.smithi019.hotguf (mgr.14180) 635 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:08.819 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:06.985279+0000 mgr.smithi019.hotguf (mgr.14180) 634 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:07.243719+0000 mgr.smithi019.hotguf (mgr.14180) 635 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:10.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:09.244239+0000 mgr.smithi019.hotguf (mgr.14180) 636 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:10.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:09.244239+0000 mgr.smithi019.hotguf (mgr.14180) 636 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:10.943 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:10.943 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:11.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:12.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:10.938442+0000 mgr.smithi019.hotguf (mgr.14180) 637 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:12.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:11.244762+0000 mgr.smithi019.hotguf (mgr.14180) 638 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:12.666 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:12.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:10.938442+0000 mgr.smithi019.hotguf (mgr.14180) 637 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:12.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:11.244762+0000 mgr.smithi019.hotguf (mgr.14180) 638 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:14.469 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:13.245561+0000 mgr.smithi019.hotguf (mgr.14180) 639 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:14.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:13.245561+0000 mgr.smithi019.hotguf (mgr.14180) 639 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:14.907 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:14.907 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:15.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:16.660 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:16.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:14.901947+0000 mgr.smithi019.hotguf (mgr.14180) 640 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:16.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:15.245930+0000 mgr.smithi019.hotguf (mgr.14180) 641 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:16.694 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:14.901947+0000 mgr.smithi019.hotguf (mgr.14180) 640 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:16.694 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:15.245930+0000 mgr.smithi019.hotguf (mgr.14180) 641 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:18.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:17.246456+0000 mgr.smithi019.hotguf (mgr.14180) 642 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:18.794 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:18.794 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:18.817 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:17.246456+0000 mgr.smithi019.hotguf (mgr.14180) 642 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:19.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:20.590 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:20.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:18.788949+0000 mgr.smithi019.hotguf (mgr.14180) 643 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:20.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:19.247103+0000 mgr.smithi019.hotguf (mgr.14180) 644 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:20.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:18.788949+0000 mgr.smithi019.hotguf (mgr.14180) 643 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:19.247103+0000 mgr.smithi019.hotguf (mgr.14180) 644 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:22.823 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:22.823 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:22.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:21.247581+0000 mgr.smithi019.hotguf (mgr.14180) 645 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:22.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:21.247581+0000 mgr.smithi019.hotguf (mgr.14180) 645 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:23.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:24.578 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:24.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:22.817844+0000 mgr.smithi019.hotguf (mgr.14180) 646 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:24.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:23.248354+0000 mgr.smithi019.hotguf (mgr.14180) 647 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:24.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:22.817844+0000 mgr.smithi019.hotguf (mgr.14180) 646 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:24.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:23.248354+0000 mgr.smithi019.hotguf (mgr.14180) 647 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:26.756 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:26.756 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:26.778 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:25.248802+0000 mgr.smithi019.hotguf (mgr.14180) 648 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:26.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:25.248802+0000 mgr.smithi019.hotguf (mgr.14180) 648 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:27.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:28.572 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:28.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:26.751407+0000 mgr.smithi019.hotguf (mgr.14180) 649 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:28.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:27.249199+0000 mgr.smithi019.hotguf (mgr.14180) 650 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:28.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:26.751407+0000 mgr.smithi019.hotguf (mgr.14180) 649 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:27.249199+0000 mgr.smithi019.hotguf (mgr.14180) 650 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:30.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:29.249753+0000 mgr.smithi019.hotguf (mgr.14180) 651 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:30.718 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:30.718 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:30.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:29.249753+0000 mgr.smithi019.hotguf (mgr.14180) 651 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:31.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:32.514 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:32.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:30.712804+0000 mgr.smithi019.hotguf (mgr.14180) 652 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:32.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:31.250154+0000 mgr.smithi019.hotguf (mgr.14180) 653 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:32.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:30.712804+0000 mgr.smithi019.hotguf (mgr.14180) 652 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:31.250154+0000 mgr.smithi019.hotguf (mgr.14180) 653 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:34.005 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:33.250660+0000 mgr.smithi019.hotguf (mgr.14180) 654 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:34.165 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:33.250660+0000 mgr.smithi019.hotguf (mgr.14180) 654 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:34.738 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:34.738 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:35.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:36.514 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:34.732982+0000 mgr.smithi019.hotguf (mgr.14180) 655 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:35.251021+0000 mgr.smithi019.hotguf (mgr.14180) 656 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:34.732982+0000 mgr.smithi019.hotguf (mgr.14180) 655 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:36.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:35.251021+0000 mgr.smithi019.hotguf (mgr.14180) 656 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:38.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:37.251407+0000 mgr.smithi019.hotguf (mgr.14180) 657 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:38.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:37.251407+0000 mgr.smithi019.hotguf (mgr.14180) 657 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:38.739 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:38.739 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:39.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:40.495 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:40.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:38.734341+0000 mgr.smithi019.hotguf (mgr.14180) 658 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:40.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:39.251991+0000 mgr.smithi019.hotguf (mgr.14180) 659 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:40.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:38.734341+0000 mgr.smithi019.hotguf (mgr.14180) 658 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:40.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:39.251991+0000 mgr.smithi019.hotguf (mgr.14180) 659 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:42.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:41.252379+0000 mgr.smithi019.hotguf (mgr.14180) 660 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:42.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:41.252379+0000 mgr.smithi019.hotguf (mgr.14180) 660 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:42.726 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:42.726 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:43.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:44.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:42.721081+0000 mgr.smithi019.hotguf (mgr.14180) 661 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:44.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:43.252903+0000 mgr.smithi019.hotguf (mgr.14180) 662 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:44.585 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:44.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:42.721081+0000 mgr.smithi019.hotguf (mgr.14180) 661 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:44.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:43.252903+0000 mgr.smithi019.hotguf (mgr.14180) 662 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:46.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:45.253197+0000 mgr.smithi019.hotguf (mgr.14180) 663 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:46.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:45.253197+0000 mgr.smithi019.hotguf (mgr.14180) 663 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:46.723 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:46.723 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:47.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:48.464 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:48.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:46.718662+0000 mgr.smithi019.hotguf (mgr.14180) 664 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:48.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:47.253817+0000 mgr.smithi019.hotguf (mgr.14180) 665 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:48.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:46.718662+0000 mgr.smithi019.hotguf (mgr.14180) 664 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:48.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:47.253817+0000 mgr.smithi019.hotguf (mgr.14180) 665 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:50.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:49.254359+0000 mgr.smithi019.hotguf (mgr.14180) 666 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:50.651 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:50.651 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:50.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:49.254359+0000 mgr.smithi019.hotguf (mgr.14180) 666 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:51.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:52.417 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:52.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:50.645728+0000 mgr.smithi019.hotguf (mgr.14180) 667 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:52.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:51.255084+0000 mgr.smithi019.hotguf (mgr.14180) 668 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:52.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:50.645728+0000 mgr.smithi019.hotguf (mgr.14180) 667 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:52.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:51.255084+0000 mgr.smithi019.hotguf (mgr.14180) 668 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:54.514 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:54.514 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:54.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:53.255907+0000 mgr.smithi019.hotguf (mgr.14180) 669 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:54.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:53.255907+0000 mgr.smithi019.hotguf (mgr.14180) 669 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:17:55.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:55.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:54.508448+0000 mgr.smithi019.hotguf (mgr.14180) 670 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:55.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:54.508448+0000 mgr.smithi019.hotguf (mgr.14180) 670 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:56.287 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:17:56.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:55.256248+0000 mgr.smithi019.hotguf (mgr.14180) 671 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:56.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:55.256248+0000 mgr.smithi019.hotguf (mgr.14180) 671 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:58.475 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:17:58.475 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:17:58.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:57.256791+0000 mgr.smithi019.hotguf (mgr.14180) 672 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:58.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:57.256791+0000 mgr.smithi019.hotguf (mgr.14180) 672 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:17:59.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:17:59.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:17:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:17:58.470094+0000 mgr.smithi019.hotguf (mgr.14180) 673 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:17:59.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:17:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:17:58.470094+0000 mgr.smithi019.hotguf (mgr.14180) 673 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:00.255 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:00.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:17:59.257453+0000 mgr.smithi019.hotguf (mgr.14180) 674 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:00.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:17:59.257453+0000 mgr.smithi019.hotguf (mgr.14180) 674 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:02.398 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:02.398 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:02.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:01.257950+0000 mgr.smithi019.hotguf (mgr.14180) 675 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:02.734 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:01.257950+0000 mgr.smithi019.hotguf (mgr.14180) 675 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:03.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:03.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:02.393562+0000 mgr.smithi019.hotguf (mgr.14180) 676 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:03.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:02.393562+0000 mgr.smithi019.hotguf (mgr.14180) 676 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:04.174 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:04.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:03.258508+0000 mgr.smithi019.hotguf (mgr.14180) 677 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:18:04.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:03.258508+0000 mgr.smithi019.hotguf (mgr.14180) 677 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:18:06.410 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:06.410 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:06.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:05.259100+0000 mgr.smithi019.hotguf (mgr.14180) 678 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:06.741 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:05.259100+0000 mgr.smithi019.hotguf (mgr.14180) 678 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:07.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:07.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:06.404381+0000 mgr.smithi019.hotguf (mgr.14180) 679 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:07.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:06.404381+0000 mgr.smithi019.hotguf (mgr.14180) 679 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:08.164 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:08.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:07.259551+0000 mgr.smithi019.hotguf (mgr.14180) 680 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:08.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:07.259551+0000 mgr.smithi019.hotguf (mgr.14180) 680 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:10.372 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:10.373 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:10:35.123641Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.nvmryi on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-nvmryi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.nvmryi\nDeploy daemon haproxy.nfs.foo.smithi188.nvmryi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:08:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:09:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.201521Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hhfcrs on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-hhfcrs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.hhfcrs\nDeploy daemon haproxy.nfs.foo.smithi019.hhfcrs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:11:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:11:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:12:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:13:05.206145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.zlylse on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:10.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:09.260135+0000 mgr.smithi019.hotguf (mgr.14180) 681 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:10.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:09.260135+0000 mgr.smithi019.hotguf (mgr.14180) 681 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:11.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:11.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:10.367598+0000 mgr.smithi019.hotguf (mgr.14180) 682 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:11.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:10.367598+0000 mgr.smithi019.hotguf (mgr.14180) 682 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:12.170 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:12.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:11.260772+0000 mgr.smithi019.hotguf (mgr.14180) 683 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:12.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:11.260772+0000 mgr.smithi019.hotguf (mgr.14180) 683 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:14.519 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:14.519 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:07.304231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:07.305549Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:07.304498Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:07.304648Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:07.304784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:07.304943Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:14.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:13.261537+0000 mgr.smithi019.hotguf (mgr.14180) 684 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:18:14.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:18:13.531362+0000 mgr.smithi019.hotguf (mgr.14180) 685 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.bqlfba ... 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:16:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:16:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:17:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:18:14.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.bqlfba ... 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:16:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:16:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:17:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:18:14.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:18:13.531619+0000 mgr.smithi019.hotguf (mgr.14180) 686 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:13.532068+0000 mon.smithi019 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.bqlfba"}]: dispatch 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:18:13.532816+0000 mgr.smithi019.hotguf (mgr.14180) 687 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.bqlfba ... 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:16:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:16:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:17:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:18:14.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:18:13.534294+0000 mgr.smithi019.hotguf (mgr.14180) 688 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:18:14.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:18:13.535463+0000 mgr.smithi019.hotguf (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:18:14.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:13.536123+0000 mgr.smithi019.hotguf (mgr.14180) 690 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:14.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:13.538314+0000 mon.smithi019 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:18:14.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:13.779513+0000 mon.smithi019 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:14.753 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:13.261537+0000 mgr.smithi019.hotguf (mgr.14180) 684 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:18:14.753 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:18:13.531362+0000 mgr.smithi019.hotguf (mgr.14180) 685 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.753 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.753 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.753 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.bqlfba ... 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:16:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:16:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:17:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.bqlfba ... 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:16:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:16:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:17:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:18:13.531619+0000 mgr.smithi019.hotguf (mgr.14180) 686 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:13.532068+0000 mon.smithi019 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.bqlfba"}]: dispatch 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:18:13.532816+0000 mgr.smithi019.hotguf (mgr.14180) 687 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.bqlfba ... 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:16:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:16:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:17:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:18:13.534294+0000 mgr.smithi019.hotguf (mgr.14180) 688 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:18:13.535463+0000 mgr.smithi019.hotguf (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:18:14.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:13.536123+0000 mgr.smithi019.hotguf (mgr.14180) 690 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:14.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:13.538314+0000 mon.smithi019 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:18:14.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:13.779513+0000 mon.smithi019 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:15.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:14.388719+0000 mon.smithi019 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:18:15.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:14.514254+0000 mgr.smithi019.hotguf (mgr.14180) 691 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:15.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:14.388719+0000 mon.smithi019 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:18:15.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:14.514254+0000 mgr.smithi019.hotguf (mgr.14180) 691 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:15.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:15.536793+0000 mgr.smithi019.hotguf (mgr.14180) 692 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:15.872799+0000 mon.smithi019 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:16.144792+0000 mon.smithi019 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:16.145539+0000 mon.smithi019 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:16.146169+0000 mon.smithi019 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:16.146786+0000 mon.smithi019 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:16.152976+0000 mon.smithi019 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:16.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:15.536793+0000 mgr.smithi019.hotguf (mgr.14180) 692 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:16.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:15.872799+0000 mon.smithi019 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:16.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:16.144792+0000 mon.smithi019 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:16.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:16.145539+0000 mon.smithi019 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:16.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:16.146169+0000 mon.smithi019 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:16.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:16.146786+0000 mon.smithi019 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:16.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:16.152976+0000 mon.smithi019 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:16.773 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:17.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:18:16.147292+0000 mgr.smithi019.hotguf (mgr.14180) 693 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 2968M 2024-02-19T22:18:17.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:18:16.147292+0000 mgr.smithi019.hotguf (mgr.14180) 693 : cephadm [INF] Adjusting osd_memory_target on smithi188 to 2968M 2024-02-19T22:18:18.577 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:17.537329+0000 mgr.smithi019.hotguf (mgr.14180) 694 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:18.665 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:17.537329+0000 mgr.smithi019.hotguf (mgr.14180) 694 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:19.302 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:19.302 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:13:14.802131Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:13:14.802202Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:13:14.802270Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:13:14.802730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:13:14.802053Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:13:14.801904Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:13:14.802795Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:13:14.802337Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:13:14.802469Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:13:14.802402Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:19.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:18.533715+0000 mon.smithi019 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:19.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:18.533715+0000 mon.smithi019 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:20.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:20.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:19.270764+0000 mgr.smithi019.hotguf (mgr.14180) 695 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:20.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:19.537921+0000 mgr.smithi019.hotguf (mgr.14180) 696 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:20.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:19.270764+0000 mgr.smithi019.hotguf (mgr.14180) 695 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:19.537921+0000 mgr.smithi019.hotguf (mgr.14180) 696 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:21.013 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:22.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:21.538602+0000 mgr.smithi019.hotguf (mgr.14180) 697 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:22.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:21.538602+0000 mgr.smithi019.hotguf (mgr.14180) 697 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-19T22:18:23.770 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:23.770 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:22.633062+0000 mon.smithi019 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.137791+0000 mon.smithi019 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.456014+0000 mon.smithi019 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.456672+0000 mon.smithi019 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.457227+0000 mon.smithi019 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.457754+0000 mon.smithi019 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:18:23.458172+0000 mgr.smithi019.hotguf (mgr.14180) 698 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 1945M 2024-02-19T22:18:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.461896+0000 mon.smithi019 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:23.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.462722+0000 mon.smithi019 (mon.0) 721 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:18:23.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.463358+0000 mon.smithi019 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:18:23.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.467048+0000 mon.smithi019 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:23.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:23.467611+0000 mgr.smithi019.hotguf (mgr.14180) 699 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-19T22:18:23.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.470709+0000 mon.smithi019 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:18:23.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.478247+0000 mon.smithi019 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:23.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:18:23.480550+0000 mgr.smithi019.hotguf (mgr.14180) 700 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.mqmpvj on smithi188 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:22.633062+0000 mon.smithi019 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.137791+0000 mon.smithi019 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.456014+0000 mon.smithi019 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.456672+0000 mon.smithi019 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.457227+0000 mon.smithi019 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.457754+0000 mon.smithi019 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:18:23.458172+0000 mgr.smithi019.hotguf (mgr.14180) 698 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 1945M 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.461896+0000 mon.smithi019 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.462722+0000 mon.smithi019 (mon.0) 721 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:18:24.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.463358+0000 mon.smithi019 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:18:24.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.467048+0000 mon.smithi019 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:24.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:23.467611+0000 mgr.smithi019.hotguf (mgr.14180) 699 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-19T22:18:24.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.470709+0000 mon.smithi019 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:18:24.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.478247+0000 mon.smithi019 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:24.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:18:23.480550+0000 mgr.smithi019.hotguf (mgr.14180) 700 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.mqmpvj on smithi188 2024-02-19T22:18:24.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:24.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:23.764972+0000 mgr.smithi019.hotguf (mgr.14180) 701 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:24.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:24.465699+0000 mon.smithi019 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T22:18:24.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:24.465728+0000 mon.smithi019 (mon.0) 727 : cluster [INF] Cluster is now healthy 2024-02-19T22:18:24.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:23.764972+0000 mgr.smithi019.hotguf (mgr.14180) 701 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:24.465699+0000 mon.smithi019 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T22:18:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:24.465728+0000 mon.smithi019 (mon.0) 727 : cluster [INF] Cluster is now healthy 2024-02-19T22:18:25.455 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:25.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:25.467965+0000 mgr.smithi019.hotguf (mgr.14180) 702 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:25.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:25.467965+0000 mgr.smithi019.hotguf (mgr.14180) 702 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:27.861 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:27.861 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:28.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:28.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:27.468400+0000 mgr.smithi019.hotguf (mgr.14180) 703 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:28.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:27.468400+0000 mgr.smithi019.hotguf (mgr.14180) 703 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:29.589 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:29.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:27.856034+0000 mgr.smithi019.hotguf (mgr.14180) 704 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:29.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:27.856034+0000 mgr.smithi019.hotguf (mgr.14180) 704 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:30.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:29.469214+0000 mgr.smithi019.hotguf (mgr.14180) 705 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:30.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:29.469214+0000 mgr.smithi019.hotguf (mgr.14180) 705 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:31.746 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:31.746 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:32.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:32.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:31.469620+0000 mgr.smithi019.hotguf (mgr.14180) 706 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:32.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:31.469620+0000 mgr.smithi019.hotguf (mgr.14180) 706 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:33.446 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:33.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:31.741155+0000 mgr.smithi019.hotguf (mgr.14180) 707 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:33.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:31.741155+0000 mgr.smithi019.hotguf (mgr.14180) 707 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:34.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:33.470190+0000 mgr.smithi019.hotguf (mgr.14180) 708 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T22:18:34.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:33.470190+0000 mgr.smithi019.hotguf (mgr.14180) 708 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T22:18:35.578 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:35.578 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:36.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:35.470516+0000 mgr.smithi019.hotguf (mgr.14180) 709 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:35.573015+0000 mgr.smithi019.hotguf (mgr.14180) 710 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:36.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:35.470516+0000 mgr.smithi019.hotguf (mgr.14180) 709 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:35.573015+0000 mgr.smithi019.hotguf (mgr.14180) 710 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:37.336 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:38.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:37.470939+0000 mgr.smithi019.hotguf (mgr.14180) 711 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:38.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:38.137979+0000 mon.smithi019 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:38.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:37.470939+0000 mgr.smithi019.hotguf (mgr.14180) 711 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:38.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:38.137979+0000 mon.smithi019 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:18:39.561 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:39.561 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:40.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:40.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:39.471370+0000 mgr.smithi019.hotguf (mgr.14180) 712 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:40.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:39.556079+0000 mgr.smithi019.hotguf (mgr.14180) 713 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:39.471370+0000 mgr.smithi019.hotguf (mgr.14180) 712 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:40.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:39.556079+0000 mgr.smithi019.hotguf (mgr.14180) 713 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:41.461 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:42.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:41.471816+0000 mgr.smithi019.hotguf (mgr.14180) 714 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:42.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:41.471816+0000 mgr.smithi019.hotguf (mgr.14180) 714 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:43.642 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:43.642 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:44.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:44.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:43.472251+0000 mgr.smithi019.hotguf (mgr.14180) 715 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:18:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:43.472251+0000 mgr.smithi019.hotguf (mgr.14180) 715 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:18:45.439 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:45.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:43.637085+0000 mgr.smithi019.hotguf (mgr.14180) 716 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:45.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:43.637085+0000 mgr.smithi019.hotguf (mgr.14180) 716 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:46.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:45.472615+0000 mgr.smithi019.hotguf (mgr.14180) 717 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:46.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:45.472615+0000 mgr.smithi019.hotguf (mgr.14180) 717 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:47.659 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:47.660 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:48.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:48.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:47.473016+0000 mgr.smithi019.hotguf (mgr.14180) 718 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:47.473016+0000 mgr.smithi019.hotguf (mgr.14180) 718 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:49.497 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:49.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:47.654647+0000 mgr.smithi019.hotguf (mgr.14180) 719 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:49.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:47.654647+0000 mgr.smithi019.hotguf (mgr.14180) 719 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:50.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:49.473528+0000 mgr.smithi019.hotguf (mgr.14180) 720 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:50.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:49.473528+0000 mgr.smithi019.hotguf (mgr.14180) 720 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:51.698 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:51.699 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:52.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:52.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:51.473945+0000 mgr.smithi019.hotguf (mgr.14180) 721 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:51.473945+0000 mgr.smithi019.hotguf (mgr.14180) 721 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:53.506 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:53.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:51.693655+0000 mgr.smithi019.hotguf (mgr.14180) 722 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:53.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:51.693655+0000 mgr.smithi019.hotguf (mgr.14180) 722 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:54.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:53.474527+0000 mgr.smithi019.hotguf (mgr.14180) 723 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:18:54.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:53.474527+0000 mgr.smithi019.hotguf (mgr.14180) 723 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:18:55.637 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:55.637 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:56.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:18:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:55.474869+0000 mgr.smithi019.hotguf (mgr.14180) 724 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:57.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:55.474869+0000 mgr.smithi019.hotguf (mgr.14180) 724 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:57.346 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:18:57.815 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:55.632186+0000 mgr.smithi019.hotguf (mgr.14180) 725 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:57.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:55.632186+0000 mgr.smithi019.hotguf (mgr.14180) 725 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:18:58.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:57.475323+0000 mgr.smithi019.hotguf (mgr.14180) 726 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:58.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:57.475323+0000 mgr.smithi019.hotguf (mgr.14180) 726 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:59.636 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:18:59.636 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:18:59.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:18:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:18:59.475772+0000 mgr.smithi019.hotguf (mgr.14180) 727 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:18:59.977 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:18:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:18:59.475772+0000 mgr.smithi019.hotguf (mgr.14180) 727 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:00.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:18:59.630944+0000 mgr.smithi019.hotguf (mgr.14180) 728 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:01.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:18:59.630944+0000 mgr.smithi019.hotguf (mgr.14180) 728 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:01.315 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:01.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:01.476162+0000 mgr.smithi019.hotguf (mgr.14180) 729 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:02.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:01.476162+0000 mgr.smithi019.hotguf (mgr.14180) 729 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:03.505 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:03.505 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:04.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:03.476641+0000 mgr.smithi019.hotguf (mgr.14180) 730 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:03.499543+0000 mgr.smithi019.hotguf (mgr.14180) 731 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:04.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:03.476641+0000 mgr.smithi019.hotguf (mgr.14180) 730 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:04.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:03.499543+0000 mgr.smithi019.hotguf (mgr.14180) 731 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:05.133 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:06.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:05.476966+0000 mgr.smithi019.hotguf (mgr.14180) 732 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:06.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:05.476966+0000 mgr.smithi019.hotguf (mgr.14180) 732 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:07.364 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:07.364 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:08.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:08.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:07.359234+0000 mgr.smithi019.hotguf (mgr.14180) 733 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:08.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:07.477394+0000 mgr.smithi019.hotguf (mgr.14180) 734 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:08.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:07.359234+0000 mgr.smithi019.hotguf (mgr.14180) 733 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:08.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:07.477394+0000 mgr.smithi019.hotguf (mgr.14180) 734 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:09.101 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:10.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:09.478061+0000 mgr.smithi019.hotguf (mgr.14180) 735 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:10.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:09.478061+0000 mgr.smithi019.hotguf (mgr.14180) 735 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:11.424 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:11.424 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:12.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:12.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:11.419392+0000 mgr.smithi019.hotguf (mgr.14180) 736 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:12.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:11.478476+0000 mgr.smithi019.hotguf (mgr.14180) 737 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:12.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:11.419392+0000 mgr.smithi019.hotguf (mgr.14180) 736 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:12.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:11.478476+0000 mgr.smithi019.hotguf (mgr.14180) 737 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:13.142 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:14.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:13.479253+0000 mgr.smithi019.hotguf (mgr.14180) 738 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:14.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:13.479253+0000 mgr.smithi019.hotguf (mgr.14180) 738 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:15.378 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:15.378 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:16.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:16.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:15.373355+0000 mgr.smithi019.hotguf (mgr.14180) 739 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:16.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:15.479799+0000 mgr.smithi019.hotguf (mgr.14180) 740 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:16.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:15.373355+0000 mgr.smithi019.hotguf (mgr.14180) 739 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:15.479799+0000 mgr.smithi019.hotguf (mgr.14180) 740 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:17.088 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:18.773 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:17.480279+0000 mgr.smithi019.hotguf (mgr.14180) 741 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:18.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:17.480279+0000 mgr.smithi019.hotguf (mgr.14180) 741 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:19.254 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:19.268 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:20.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:20.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:19.249732+0000 mgr.smithi019.hotguf (mgr.14180) 742 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:20.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:19.480932+0000 mgr.smithi019.hotguf (mgr.14180) 743 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:19.249732+0000 mgr.smithi019.hotguf (mgr.14180) 742 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:19.480932+0000 mgr.smithi019.hotguf (mgr.14180) 743 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:21.007 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:22.827 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:21.481414+0000 mgr.smithi019.hotguf (mgr.14180) 744 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:22.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:21.481414+0000 mgr.smithi019.hotguf (mgr.14180) 744 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:23.293 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:23.293 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:24.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:24.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:23.288493+0000 mgr.smithi019.hotguf (mgr.14180) 745 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:24.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:23.482090+0000 mgr.smithi019.hotguf (mgr.14180) 746 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:23.288493+0000 mgr.smithi019.hotguf (mgr.14180) 745 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:23.482090+0000 mgr.smithi019.hotguf (mgr.14180) 746 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:25.117 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:26.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:25.482481+0000 mgr.smithi019.hotguf (mgr.14180) 747 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:26.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:25.482481+0000 mgr.smithi019.hotguf (mgr.14180) 747 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:27.343 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:27.343 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:28.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:28.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:27.338124+0000 mgr.smithi019.hotguf (mgr.14180) 748 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:28.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:27.482917+0000 mgr.smithi019.hotguf (mgr.14180) 749 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:27.338124+0000 mgr.smithi019.hotguf (mgr.14180) 748 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:27.482917+0000 mgr.smithi019.hotguf (mgr.14180) 749 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:29.092 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:30.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:29.483384+0000 mgr.smithi019.hotguf (mgr.14180) 750 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:30.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:29.483384+0000 mgr.smithi019.hotguf (mgr.14180) 750 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:31.315 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:31.315 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:32.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:32.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:31.310021+0000 mgr.smithi019.hotguf (mgr.14180) 751 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:32.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:31.483956+0000 mgr.smithi019.hotguf (mgr.14180) 752 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:31.310021+0000 mgr.smithi019.hotguf (mgr.14180) 751 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:31.483956+0000 mgr.smithi019.hotguf (mgr.14180) 752 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:33.057 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:34.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:33.484693+0000 mgr.smithi019.hotguf (mgr.14180) 753 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:34.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:33.484693+0000 mgr.smithi019.hotguf (mgr.14180) 753 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:35.303 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:35.304 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:36.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:35.298898+0000 mgr.smithi019.hotguf (mgr.14180) 754 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:35.485126+0000 mgr.smithi019.hotguf (mgr.14180) 755 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:37.046 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:37.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:35.298898+0000 mgr.smithi019.hotguf (mgr.14180) 754 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:37.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:35.485126+0000 mgr.smithi019.hotguf (mgr.14180) 755 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:38.827 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:37.485759+0000 mgr.smithi019.hotguf (mgr.14180) 756 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:38.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:37.485759+0000 mgr.smithi019.hotguf (mgr.14180) 756 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:39.243 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:39.243 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:39.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:39.238054+0000 mgr.smithi019.hotguf (mgr.14180) 757 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:39.486237+0000 mgr.smithi019.hotguf (mgr.14180) 758 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:40.977 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:41.012 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:39.238054+0000 mgr.smithi019.hotguf (mgr.14180) 757 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:41.012 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:39.486237+0000 mgr.smithi019.hotguf (mgr.14180) 758 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:42.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:41.486743+0000 mgr.smithi019.hotguf (mgr.14180) 759 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:42.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:41.486743+0000 mgr.smithi019.hotguf (mgr.14180) 759 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:43.261 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:43.262 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:44.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:43.256054+0000 mgr.smithi019.hotguf (mgr.14180) 760 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:43.487310+0000 mgr.smithi019.hotguf (mgr.14180) 761 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:45.052 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:45.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:43.256054+0000 mgr.smithi019.hotguf (mgr.14180) 760 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:45.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:43.487310+0000 mgr.smithi019.hotguf (mgr.14180) 761 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:46.862 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:45.487733+0000 mgr.smithi019.hotguf (mgr.14180) 762 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:46.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:45.487733+0000 mgr.smithi019.hotguf (mgr.14180) 762 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:47.312 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:47.312 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:48.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:47.306776+0000 mgr.smithi019.hotguf (mgr.14180) 763 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:47.488348+0000 mgr.smithi019.hotguf (mgr.14180) 764 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:49.068 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:49.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:47.306776+0000 mgr.smithi019.hotguf (mgr.14180) 763 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:49.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:47.488348+0000 mgr.smithi019.hotguf (mgr.14180) 764 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:49.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:49.489005+0000 mgr.smithi019.hotguf (mgr.14180) 765 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:49.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:49.489005+0000 mgr.smithi019.hotguf (mgr.14180) 765 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:51.170 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:51.170 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:52.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:52.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:51.165211+0000 mgr.smithi019.hotguf (mgr.14180) 766 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:52.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:51.489385+0000 mgr.smithi019.hotguf (mgr.14180) 767 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:51.165211+0000 mgr.smithi019.hotguf (mgr.14180) 766 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:51.489385+0000 mgr.smithi019.hotguf (mgr.14180) 767 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:53.017 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:54.796 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:53.489881+0000 mgr.smithi019.hotguf (mgr.14180) 768 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:54.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:53.489881+0000 mgr.smithi019.hotguf (mgr.14180) 768 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:19:55.177 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:55.177 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:55.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:19:56.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:55.172089+0000 mgr.smithi019.hotguf (mgr.14180) 769 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:56.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:55.490205+0000 mgr.smithi019.hotguf (mgr.14180) 770 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:56.849 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:19:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:55.172089+0000 mgr.smithi019.hotguf (mgr.14180) 769 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:19:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:55.490205+0000 mgr.smithi019.hotguf (mgr.14180) 770 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:58.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:19:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:57.490864+0000 mgr.smithi019.hotguf (mgr.14180) 771 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:58.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:19:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:57.490864+0000 mgr.smithi019.hotguf (mgr.14180) 771 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:19:59.135 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:19:59.135 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:19:59.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:00.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:19:59.130460+0000 mgr.smithi019.hotguf (mgr.14180) 772 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:00.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:19:59.491555+0000 mgr.smithi019.hotguf (mgr.14180) 773 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:00.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:00.000097+0000 mon.smithi019 (mon.0) 729 : cluster [INF] overall HEALTH_OK 2024-02-19T22:20:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:19:59.130460+0000 mgr.smithi019.hotguf (mgr.14180) 772 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:19:59.491555+0000 mgr.smithi019.hotguf (mgr.14180) 773 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:00.000097+0000 mon.smithi019 (mon.0) 729 : cluster [INF] overall HEALTH_OK 2024-02-19T22:20:00.975 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:02.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:01.492010+0000 mgr.smithi019.hotguf (mgr.14180) 774 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:02.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:01.492010+0000 mgr.smithi019.hotguf (mgr.14180) 774 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:03.296 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:03.297 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:03.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:03.291701+0000 mgr.smithi019.hotguf (mgr.14180) 775 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:03.492534+0000 mgr.smithi019.hotguf (mgr.14180) 776 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:20:04.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:03.291701+0000 mgr.smithi019.hotguf (mgr.14180) 775 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:04.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:03.492534+0000 mgr.smithi019.hotguf (mgr.14180) 776 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:20:04.986 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:06.753 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:05.492865+0000 mgr.smithi019.hotguf (mgr.14180) 777 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:06.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:05.492865+0000 mgr.smithi019.hotguf (mgr.14180) 777 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:07.224 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:07.224 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:07.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:08.815 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:08.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:07.219156+0000 mgr.smithi019.hotguf (mgr.14180) 778 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:08.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:07.493358+0000 mgr.smithi019.hotguf (mgr.14180) 779 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:08.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:07.219156+0000 mgr.smithi019.hotguf (mgr.14180) 778 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:08.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:07.493358+0000 mgr.smithi019.hotguf (mgr.14180) 779 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:10.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:09.494031+0000 mgr.smithi019.hotguf (mgr.14180) 780 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:10.890 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:10.890 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:10.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:09.494031+0000 mgr.smithi019.hotguf (mgr.14180) 780 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:11.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:12.619 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:12.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:10.885490+0000 mgr.smithi019.hotguf (mgr.14180) 781 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:12.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:11.494618+0000 mgr.smithi019.hotguf (mgr.14180) 782 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:12.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:10.885490+0000 mgr.smithi019.hotguf (mgr.14180) 781 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:12.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:11.494618+0000 mgr.smithi019.hotguf (mgr.14180) 782 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:14.794 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:14.795 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:14.820 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:13.495293+0000 mgr.smithi019.hotguf (mgr.14180) 783 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:20:14.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:13.495293+0000 mgr.smithi019.hotguf (mgr.14180) 783 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:20:15.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:16.528 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:16.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:14.789615+0000 mgr.smithi019.hotguf (mgr.14180) 784 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:16.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:15.495630+0000 mgr.smithi019.hotguf (mgr.14180) 785 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:14.789615+0000 mgr.smithi019.hotguf (mgr.14180) 784 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:15.495630+0000 mgr.smithi019.hotguf (mgr.14180) 785 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:18.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:17.496065+0000 mgr.smithi019.hotguf (mgr.14180) 786 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:18.843 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:18.843 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:18.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:17.496065+0000 mgr.smithi019.hotguf (mgr.14180) 786 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:19.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:20.628 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:18.837871+0000 mgr.smithi019.hotguf (mgr.14180) 787 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:19.496742+0000 mgr.smithi019.hotguf (mgr.14180) 788 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:18.837871+0000 mgr.smithi019.hotguf (mgr.14180) 787 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:19.496742+0000 mgr.smithi019.hotguf (mgr.14180) 788 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:22.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:21.497196+0000 mgr.smithi019.hotguf (mgr.14180) 789 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:22.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:21.497196+0000 mgr.smithi019.hotguf (mgr.14180) 789 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:22.964 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:22.965 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:23.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:24.759 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:22.959667+0000 mgr.smithi019.hotguf (mgr.14180) 790 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:23.497711+0000 mgr.smithi019.hotguf (mgr.14180) 791 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:20:25.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:22.959667+0000 mgr.smithi019.hotguf (mgr.14180) 790 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:25.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:23.497711+0000 mgr.smithi019.hotguf (mgr.14180) 791 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:20:26.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:25.498020+0000 mgr.smithi019.hotguf (mgr.14180) 792 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:26.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:25.498020+0000 mgr.smithi019.hotguf (mgr.14180) 792 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:26.999 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:26.999 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:27.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:28.744 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:26.993910+0000 mgr.smithi019.hotguf (mgr.14180) 793 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:27.498500+0000 mgr.smithi019.hotguf (mgr.14180) 794 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:29.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:26.993910+0000 mgr.smithi019.hotguf (mgr.14180) 793 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:29.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:27.498500+0000 mgr.smithi019.hotguf (mgr.14180) 794 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:30.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:29.499134+0000 mgr.smithi019.hotguf (mgr.14180) 795 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:30.912 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:30.913 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:30.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:29.499134+0000 mgr.smithi019.hotguf (mgr.14180) 795 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:31.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:32.702 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:30.907741+0000 mgr.smithi019.hotguf (mgr.14180) 796 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:31.499516+0000 mgr.smithi019.hotguf (mgr.14180) 797 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:33.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:30.907741+0000 mgr.smithi019.hotguf (mgr.14180) 796 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:33.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:31.499516+0000 mgr.smithi019.hotguf (mgr.14180) 797 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:33.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:33.500074+0000 mgr.smithi019.hotguf (mgr.14180) 798 : 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-02-19T22:20:34.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:33.500074+0000 mgr.smithi019.hotguf (mgr.14180) 798 : 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-02-19T22:20:35.068 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:35.068 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:35.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:36.762 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:36.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:35.062809+0000 mgr.smithi019.hotguf (mgr.14180) 799 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:36.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:35.500374+0000 mgr.smithi019.hotguf (mgr.14180) 800 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:35.062809+0000 mgr.smithi019.hotguf (mgr.14180) 799 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:35.500374+0000 mgr.smithi019.hotguf (mgr.14180) 800 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:38.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:37.501028+0000 mgr.smithi019.hotguf (mgr.14180) 801 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:38.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:37.501028+0000 mgr.smithi019.hotguf (mgr.14180) 801 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:38.975 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:38.976 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:39.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:40.687 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:40.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:38.970768+0000 mgr.smithi019.hotguf (mgr.14180) 802 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:40.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:39.501447+0000 mgr.smithi019.hotguf (mgr.14180) 803 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:38.970768+0000 mgr.smithi019.hotguf (mgr.14180) 802 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:39.501447+0000 mgr.smithi019.hotguf (mgr.14180) 803 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:42.720 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:42.720 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:42.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:41.501894+0000 mgr.smithi019.hotguf (mgr.14180) 804 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:42.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:41.501894+0000 mgr.smithi019.hotguf (mgr.14180) 804 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:43.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:44.498 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:44.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:42.714564+0000 mgr.smithi019.hotguf (mgr.14180) 805 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:44.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:43.502487+0000 mgr.smithi019.hotguf (mgr.14180) 806 : 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-02-19T22:20:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:42.714564+0000 mgr.smithi019.hotguf (mgr.14180) 805 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:43.502487+0000 mgr.smithi019.hotguf (mgr.14180) 806 : 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-02-19T22:20:46.727 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:46.727 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:46.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:45.502968+0000 mgr.smithi019.hotguf (mgr.14180) 807 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:46.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:45.502968+0000 mgr.smithi019.hotguf (mgr.14180) 807 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:47.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:48.460 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:48.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:46.721803+0000 mgr.smithi019.hotguf (mgr.14180) 808 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:48.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:47.503518+0000 mgr.smithi019.hotguf (mgr.14180) 809 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:46.721803+0000 mgr.smithi019.hotguf (mgr.14180) 808 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:47.503518+0000 mgr.smithi019.hotguf (mgr.14180) 809 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:50.609 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:50.609 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:13:05.207269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rsaxml on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:50.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:49.504170+0000 mgr.smithi019.hotguf (mgr.14180) 810 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:50.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:49.504170+0000 mgr.smithi019.hotguf (mgr.14180) 810 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:51.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:51.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:50.603664+0000 mgr.smithi019.hotguf (mgr.14180) 811 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:51.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:50.603664+0000 mgr.smithi019.hotguf (mgr.14180) 811 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:52.440 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:52.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:51.504900+0000 mgr.smithi019.hotguf (mgr.14180) 812 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:51.504900+0000 mgr.smithi019.hotguf (mgr.14180) 812 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:53.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:53.077416+0000 mon.smithi019 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.mqmpvj"}]: dispatch 2024-02-19T22:20:54.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:53.077416+0000 mon.smithi019 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.mqmpvj"}]: dispatch 2024-02-19T22:20:54.670 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:54.670 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:54.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:20:53.076929+0000 mgr.smithi019.hotguf (mgr.14180) 813 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:54.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.mqmpvj ... 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:19:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:19:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:20: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-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:20:54.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.mqmpvj ... 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:19:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:19:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:20: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-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:20:53.077086+0000 mgr.smithi019.hotguf (mgr.14180) 814 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:54.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:20:53.078014+0000 mgr.smithi019.hotguf (mgr.14180) 815 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.mqmpvj ... 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:19:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:19:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:20: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-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:20:53.079479+0000 mgr.smithi019.hotguf (mgr.14180) 816 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jqleuu on smithi019 2024-02-19T22:20:54.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:53.505547+0000 mgr.smithi019.hotguf (mgr.14180) 817 : 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-02-19T22:20:55.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:20:53.076929+0000 mgr.smithi019.hotguf (mgr.14180) 813 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:55.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:55.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:55.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:55.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.mqmpvj ... 2024-02-19T22:20:55.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:55.027 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:19:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:19:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:20: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-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:55.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.mqmpvj ... 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:19:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:19:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:20: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-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:20:53.077086+0000 mgr.smithi019.hotguf (mgr.14180) 814 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:20:53.078014+0000 mgr.smithi019.hotguf (mgr.14180) 815 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:55.029 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.mqmpvj ... 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:19:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:19:38Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:20: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-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:20:53.079479+0000 mgr.smithi019.hotguf (mgr.14180) 816 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jqleuu on smithi019 2024-02-19T22:20:55.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:53.505547+0000 mgr.smithi019.hotguf (mgr.14180) 817 : 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-02-19T22:20:55.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:56.421 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:20:56.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:54.665126+0000 mgr.smithi019.hotguf (mgr.14180) 818 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:56.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:55.506097+0000 mgr.smithi019.hotguf (mgr.14180) 819 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:54.665126+0000 mgr.smithi019.hotguf (mgr.14180) 818 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:55.506097+0000 mgr.smithi019.hotguf (mgr.14180) 819 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:58.595 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:20:58.595 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:20:58.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:57.506514+0000 mgr.smithi019.hotguf (mgr.14180) 820 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:58.952 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:57.506514+0000 mgr.smithi019.hotguf (mgr.14180) 820 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:20:59.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:20:59.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:20:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:20:58.589907+0000 mgr.smithi019.hotguf (mgr.14180) 821 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:20:59.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:20:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:20:58.589907+0000 mgr.smithi019.hotguf (mgr.14180) 821 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:00.407 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:00.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:20:59.507269+0000 mgr.smithi019.hotguf (mgr.14180) 822 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:20:59.507269+0000 mgr.smithi019.hotguf (mgr.14180) 822 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:01.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:01.507822+0000 mgr.smithi019.hotguf (mgr.14180) 823 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:01.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:01.507822+0000 mgr.smithi019.hotguf (mgr.14180) 823 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:02.642 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:02.642 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:03.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:04.464 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:02.636532+0000 mgr.smithi019.hotguf (mgr.14180) 824 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:03.508364+0000 mgr.smithi019.hotguf (mgr.14180) 825 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:21:04.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:02.636532+0000 mgr.smithi019.hotguf (mgr.14180) 824 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:04.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:03.508364+0000 mgr.smithi019.hotguf (mgr.14180) 825 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:21:06.485 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:06.485 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:06.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:05.508792+0000 mgr.smithi019.hotguf (mgr.14180) 826 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:06.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:05.508792+0000 mgr.smithi019.hotguf (mgr.14180) 826 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:07.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:07.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:06.478997+0000 mgr.smithi019.hotguf (mgr.14180) 827 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:07.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:06.478997+0000 mgr.smithi019.hotguf (mgr.14180) 827 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:08.328 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:08.808 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:07.509330+0000 mgr.smithi019.hotguf (mgr.14180) 828 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:08.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:07.509330+0000 mgr.smithi019.hotguf (mgr.14180) 828 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:10.520 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:10.521 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:10.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:09.510123+0000 mgr.smithi019.hotguf (mgr.14180) 829 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:10.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:09.510123+0000 mgr.smithi019.hotguf (mgr.14180) 829 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:11.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:11.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:10.515417+0000 mgr.smithi019.hotguf (mgr.14180) 830 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:12.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:10.515417+0000 mgr.smithi019.hotguf (mgr.14180) 830 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:12.326 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:12.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:11.510753+0000 mgr.smithi019.hotguf (mgr.14180) 831 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:12.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:11.510753+0000 mgr.smithi019.hotguf (mgr.14180) 831 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:14.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:13.511344+0000 mgr.smithi019.hotguf (mgr.14180) 832 : 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-02-19T22:21:14.241 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:13.511344+0000 mgr.smithi019.hotguf (mgr.14180) 832 : 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-02-19T22:21:14.667 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:14.667 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:15.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:16.382 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:16.811 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:14.662394+0000 mgr.smithi019.hotguf (mgr.14180) 833 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:16.811 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:15.511942+0000 mgr.smithi019.hotguf (mgr.14180) 834 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:14.662394+0000 mgr.smithi019.hotguf (mgr.14180) 833 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:15.511942+0000 mgr.smithi019.hotguf (mgr.14180) 834 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:18.598 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:18.598 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:18.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:17.512701+0000 mgr.smithi019.hotguf (mgr.14180) 835 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:18.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:17.512701+0000 mgr.smithi019.hotguf (mgr.14180) 835 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:19.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:19.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:18.593092+0000 mgr.smithi019.hotguf (mgr.14180) 836 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:19.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:18.593092+0000 mgr.smithi019.hotguf (mgr.14180) 836 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:20.311 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:20.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:19.513369+0000 mgr.smithi019.hotguf (mgr.14180) 837 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:19.513369+0000 mgr.smithi019.hotguf (mgr.14180) 837 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:22.608 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:22.608 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:22.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:21.513823+0000 mgr.smithi019.hotguf (mgr.14180) 838 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:22.971 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:21.513823+0000 mgr.smithi019.hotguf (mgr.14180) 838 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:23.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:23.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:22.602536+0000 mgr.smithi019.hotguf (mgr.14180) 839 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:22.602536+0000 mgr.smithi019.hotguf (mgr.14180) 839 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:24.410 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:24.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:23.514475+0000 mgr.smithi019.hotguf (mgr.14180) 840 : 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-02-19T22:21:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:23.514475+0000 mgr.smithi019.hotguf (mgr.14180) 840 : 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-02-19T22:21:26.580 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:26.580 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:26.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:25.514903+0000 mgr.smithi019.hotguf (mgr.14180) 841 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:26.968 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:25.514903+0000 mgr.smithi019.hotguf (mgr.14180) 841 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:27.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:27.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:26.575010+0000 mgr.smithi019.hotguf (mgr.14180) 842 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:28.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:26.575010+0000 mgr.smithi019.hotguf (mgr.14180) 842 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:28.351 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:28.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:27.515350+0000 mgr.smithi019.hotguf (mgr.14180) 843 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:27.515350+0000 mgr.smithi019.hotguf (mgr.14180) 843 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:30.647 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:30.647 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:30.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:29.515883+0000 mgr.smithi019.hotguf (mgr.14180) 844 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:31.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:29.515883+0000 mgr.smithi019.hotguf (mgr.14180) 844 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:31.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:32.488 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:32.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:30.641349+0000 mgr.smithi019.hotguf (mgr.14180) 845 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:32.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:31.516342+0000 mgr.smithi019.hotguf (mgr.14180) 846 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:30.641349+0000 mgr.smithi019.hotguf (mgr.14180) 845 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:31.516342+0000 mgr.smithi019.hotguf (mgr.14180) 846 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:34.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:33.517107+0000 mgr.smithi019.hotguf (mgr.14180) 847 : 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-02-19T22:21:34.198 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:33.517107+0000 mgr.smithi019.hotguf (mgr.14180) 847 : 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-02-19T22:21:34.633 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:34.634 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:35.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:36.326 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:36.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:34.628512+0000 mgr.smithi019.hotguf (mgr.14180) 848 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:36.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:35.517495+0000 mgr.smithi019.hotguf (mgr.14180) 849 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:34.628512+0000 mgr.smithi019.hotguf (mgr.14180) 848 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:35.517495+0000 mgr.smithi019.hotguf (mgr.14180) 849 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:38.468 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:38.468 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:38.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:37.518020+0000 mgr.smithi019.hotguf (mgr.14180) 850 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:38.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:37.518020+0000 mgr.smithi019.hotguf (mgr.14180) 850 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:39.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:39.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:38.462851+0000 mgr.smithi019.hotguf (mgr.14180) 851 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:39.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:38.462851+0000 mgr.smithi019.hotguf (mgr.14180) 851 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:40.278 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:39.518844+0000 mgr.smithi019.hotguf (mgr.14180) 852 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:41.004 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:39.518844+0000 mgr.smithi019.hotguf (mgr.14180) 852 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:42.518 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:42.518 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:42.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:41.519286+0000 mgr.smithi019.hotguf (mgr.14180) 853 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:42.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:41.519286+0000 mgr.smithi019.hotguf (mgr.14180) 853 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:43.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:43.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:42.512540+0000 mgr.smithi019.hotguf (mgr.14180) 854 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:44.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:42.512540+0000 mgr.smithi019.hotguf (mgr.14180) 854 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:44.322 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:44.775 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:43.520002+0000 mgr.smithi019.hotguf (mgr.14180) 855 : 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-02-19T22:21:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:43.520002+0000 mgr.smithi019.hotguf (mgr.14180) 855 : 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-02-19T22:21:46.552 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:46.552 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:46.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:45.520395+0000 mgr.smithi019.hotguf (mgr.14180) 856 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:46.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:45.520395+0000 mgr.smithi019.hotguf (mgr.14180) 856 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:47.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:47.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:46.546114+0000 mgr.smithi019.hotguf (mgr.14180) 857 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:48.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:46.546114+0000 mgr.smithi019.hotguf (mgr.14180) 857 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:48.315 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:48.856 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:47.521114+0000 mgr.smithi019.hotguf (mgr.14180) 858 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:47.521114+0000 mgr.smithi019.hotguf (mgr.14180) 858 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:50.668 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:50.669 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:50.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:49.521754+0000 mgr.smithi019.hotguf (mgr.14180) 859 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:51.052 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:49.521754+0000 mgr.smithi019.hotguf (mgr.14180) 859 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:51.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:52.468 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:52.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:50.663213+0000 mgr.smithi019.hotguf (mgr.14180) 860 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:52.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:51.522400+0000 mgr.smithi019.hotguf (mgr.14180) 861 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:50.663213+0000 mgr.smithi019.hotguf (mgr.14180) 860 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:51.522400+0000 mgr.smithi019.hotguf (mgr.14180) 861 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:54.744 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:54.744 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:54.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:53.523006+0000 mgr.smithi019.hotguf (mgr.14180) 862 : 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-02-19T22:21:55.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:53.523006+0000 mgr.smithi019.hotguf (mgr.14180) 862 : 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-02-19T22:21:55.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:21:56.592 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:21:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:54.738530+0000 mgr.smithi019.hotguf (mgr.14180) 863 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:55.523546+0000 mgr.smithi019.hotguf (mgr.14180) 864 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:57.054 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:54.738530+0000 mgr.smithi019.hotguf (mgr.14180) 863 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:21:57.054 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:55.523546+0000 mgr.smithi019.hotguf (mgr.14180) 864 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:58.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:21:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:57.524151+0000 mgr.smithi019.hotguf (mgr.14180) 865 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:58.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:21:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:57.524151+0000 mgr.smithi019.hotguf (mgr.14180) 865 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:21:58.996 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:21:58.997 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:21:59.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:21:58.991492+0000 mgr.smithi019.hotguf (mgr.14180) 866 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:21:59.524647+0000 mgr.smithi019.hotguf (mgr.14180) 867 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:00.957 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:00.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:21:58.991492+0000 mgr.smithi019.hotguf (mgr.14180) 866 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:00.993 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:21:59.524647+0000 mgr.smithi019.hotguf (mgr.14180) 867 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:01.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:01.525344+0000 mgr.smithi019.hotguf (mgr.14180) 868 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:01.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:01.525344+0000 mgr.smithi019.hotguf (mgr.14180) 868 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:03.103 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:03.103 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:03.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:03.097174+0000 mgr.smithi019.hotguf (mgr.14180) 869 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:03.525896+0000 mgr.smithi019.hotguf (mgr.14180) 870 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:22:04.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:03.097174+0000 mgr.smithi019.hotguf (mgr.14180) 869 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:04.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:03.525896+0000 mgr.smithi019.hotguf (mgr.14180) 870 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:22:04.941 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:06.697 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:05.526239+0000 mgr.smithi019.hotguf (mgr.14180) 871 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:06.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:05.526239+0000 mgr.smithi019.hotguf (mgr.14180) 871 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:07.131 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:07.131 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:07.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:08.849 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:08.883 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:07.125439+0000 mgr.smithi019.hotguf (mgr.14180) 872 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:08.883 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:07.526663+0000 mgr.smithi019.hotguf (mgr.14180) 873 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:08.915 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:07.125439+0000 mgr.smithi019.hotguf (mgr.14180) 872 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:08.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:07.526663+0000 mgr.smithi019.hotguf (mgr.14180) 873 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:10.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:09.527307+0000 mgr.smithi019.hotguf (mgr.14180) 874 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:10.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:09.527307+0000 mgr.smithi019.hotguf (mgr.14180) 874 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:11.111 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:11.112 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:11.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:12.801 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:12.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:11.106370+0000 mgr.smithi019.hotguf (mgr.14180) 875 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:12.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:11.527766+0000 mgr.smithi019.hotguf (mgr.14180) 876 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:13.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:11.106370+0000 mgr.smithi019.hotguf (mgr.14180) 875 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:13.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:11.527766+0000 mgr.smithi019.hotguf (mgr.14180) 876 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:14.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:13.528345+0000 mgr.smithi019.hotguf (mgr.14180) 877 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:22:15.010 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:15.010 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:15.034 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:13.528345+0000 mgr.smithi019.hotguf (mgr.14180) 877 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:22:15.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:16.664 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:15.004583+0000 mgr.smithi019.hotguf (mgr.14180) 878 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:15.528648+0000 mgr.smithi019.hotguf (mgr.14180) 879 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:17.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:15.004583+0000 mgr.smithi019.hotguf (mgr.14180) 878 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:17.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:15.528648+0000 mgr.smithi019.hotguf (mgr.14180) 879 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:18.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:17.529154+0000 mgr.smithi019.hotguf (mgr.14180) 880 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:19.082 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:19.082 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:19.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:17.529154+0000 mgr.smithi019.hotguf (mgr.14180) 880 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:19.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:20.713 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:19.076416+0000 mgr.smithi019.hotguf (mgr.14180) 881 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:19.529788+0000 mgr.smithi019.hotguf (mgr.14180) 882 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:19.076416+0000 mgr.smithi019.hotguf (mgr.14180) 881 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:19.529788+0000 mgr.smithi019.hotguf (mgr.14180) 882 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:22.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:21.530167+0000 mgr.smithi019.hotguf (mgr.14180) 883 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:22.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:21.530167+0000 mgr.smithi019.hotguf (mgr.14180) 883 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:23.009 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:23.010 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:23.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:24.704 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:23.004560+0000 mgr.smithi019.hotguf (mgr.14180) 884 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:24.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:23.530884+0000 mgr.smithi019.hotguf (mgr.14180) 885 : 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-02-19T22:22:25.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:23.004560+0000 mgr.smithi019.hotguf (mgr.14180) 884 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:25.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:23.530884+0000 mgr.smithi019.hotguf (mgr.14180) 885 : 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-02-19T22:22:26.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:25.531187+0000 mgr.smithi019.hotguf (mgr.14180) 886 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:26.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:25.531187+0000 mgr.smithi019.hotguf (mgr.14180) 886 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:26.983 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:26.983 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:27.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:28.702 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:26.977843+0000 mgr.smithi019.hotguf (mgr.14180) 887 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:27.531575+0000 mgr.smithi019.hotguf (mgr.14180) 888 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:29.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:26.977843+0000 mgr.smithi019.hotguf (mgr.14180) 887 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:29.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:27.531575+0000 mgr.smithi019.hotguf (mgr.14180) 888 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:30.747 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:29.532059+0000 mgr.smithi019.hotguf (mgr.14180) 889 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:30.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:29.532059+0000 mgr.smithi019.hotguf (mgr.14180) 889 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:31.205 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:31.205 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:31.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:31.199445+0000 mgr.smithi019.hotguf (mgr.14180) 890 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:31.532671+0000 mgr.smithi019.hotguf (mgr.14180) 891 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:32.954 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:32.987 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:31.199445+0000 mgr.smithi019.hotguf (mgr.14180) 890 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:32.987 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:31.532671+0000 mgr.smithi019.hotguf (mgr.14180) 891 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:34.055 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:33.533172+0000 mgr.smithi019.hotguf (mgr.14180) 892 : 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-02-19T22:22:34.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:33.533172+0000 mgr.smithi019.hotguf (mgr.14180) 892 : 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-02-19T22:22:35.102 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:35.102 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:35.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:36.842 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:36.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:35.096767+0000 mgr.smithi019.hotguf (mgr.14180) 893 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:36.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:35.533499+0000 mgr.smithi019.hotguf (mgr.14180) 894 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:35.096767+0000 mgr.smithi019.hotguf (mgr.14180) 893 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:35.533499+0000 mgr.smithi019.hotguf (mgr.14180) 894 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:38.650 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:37.533987+0000 mgr.smithi019.hotguf (mgr.14180) 895 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:38.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:37.533987+0000 mgr.smithi019.hotguf (mgr.14180) 895 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:39.064 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:39.064 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:39.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:40.791 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:39.059271+0000 mgr.smithi019.hotguf (mgr.14180) 896 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:39.534681+0000 mgr.smithi019.hotguf (mgr.14180) 897 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:41.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:39.059271+0000 mgr.smithi019.hotguf (mgr.14180) 896 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:41.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:39.534681+0000 mgr.smithi019.hotguf (mgr.14180) 897 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:42.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:41.535052+0000 mgr.smithi019.hotguf (mgr.14180) 898 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:43.039 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:43.040 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:43.060 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:41.535052+0000 mgr.smithi019.hotguf (mgr.14180) 898 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:43.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:44.834 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:44.868 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:43.034247+0000 mgr.smithi019.hotguf (mgr.14180) 899 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:44.868 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:43.535775+0000 mgr.smithi019.hotguf (mgr.14180) 900 : 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-02-19T22:22:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:43.034247+0000 mgr.smithi019.hotguf (mgr.14180) 899 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:43.535775+0000 mgr.smithi019.hotguf (mgr.14180) 900 : 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-02-19T22:22:46.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:45.536177+0000 mgr.smithi019.hotguf (mgr.14180) 901 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:46.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:45.536177+0000 mgr.smithi019.hotguf (mgr.14180) 901 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:47.162 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:47.162 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:47.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:48.855 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:48.889 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:47.157328+0000 mgr.smithi019.hotguf (mgr.14180) 902 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:48.889 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:47.536678+0000 mgr.smithi019.hotguf (mgr.14180) 903 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:47.157328+0000 mgr.smithi019.hotguf (mgr.14180) 902 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:47.536678+0000 mgr.smithi019.hotguf (mgr.14180) 903 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:50.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:49.537348+0000 mgr.smithi019.hotguf (mgr.14180) 904 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:50.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:49.537348+0000 mgr.smithi019.hotguf (mgr.14180) 904 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:51.127 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:51.127 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:51.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:52.768 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:51.121948+0000 mgr.smithi019.hotguf (mgr.14180) 905 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:51.537952+0000 mgr.smithi019.hotguf (mgr.14180) 906 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:53.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:51.121948+0000 mgr.smithi019.hotguf (mgr.14180) 905 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:53.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:51.537952+0000 mgr.smithi019.hotguf (mgr.14180) 906 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:54.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:53.538440+0000 mgr.smithi019.hotguf (mgr.14180) 907 : 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-02-19T22:22:54.912 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:54.913 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:54.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:53.538440+0000 mgr.smithi019.hotguf (mgr.14180) 907 : 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-02-19T22:22:55.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:22:56.684 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:22:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:54.907510+0000 mgr.smithi019.hotguf (mgr.14180) 908 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:55.538919+0000 mgr.smithi019.hotguf (mgr.14180) 909 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:57.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:54.907510+0000 mgr.smithi019.hotguf (mgr.14180) 908 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:22:57.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:55.538919+0000 mgr.smithi019.hotguf (mgr.14180) 909 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:58.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:22:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:57.539384+0000 mgr.smithi019.hotguf (mgr.14180) 910 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:59.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:22:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:57.539384+0000 mgr.smithi019.hotguf (mgr.14180) 910 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:22:59.083 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:22:59.084 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:22:59.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:00.747 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:22:59.078354+0000 mgr.smithi019.hotguf (mgr.14180) 911 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:22:59.540050+0000 mgr.smithi019.hotguf (mgr.14180) 912 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:01.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:22:59.078354+0000 mgr.smithi019.hotguf (mgr.14180) 911 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:01.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:22:59.540050+0000 mgr.smithi019.hotguf (mgr.14180) 912 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:02.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:01.540621+0000 mgr.smithi019.hotguf (mgr.14180) 913 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:03.002 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:03.003 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:03.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:01.540621+0000 mgr.smithi019.hotguf (mgr.14180) 913 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:03.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:04.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:02.997154+0000 mgr.smithi019.hotguf (mgr.14180) 914 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:04.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:03.541126+0000 mgr.smithi019.hotguf (mgr.14180) 915 : 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-02-19T22:23:04.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:02.997154+0000 mgr.smithi019.hotguf (mgr.14180) 914 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:04.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:03.541126+0000 mgr.smithi019.hotguf (mgr.14180) 915 : 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-02-19T22:23:04.722 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:06.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:05.541408+0000 mgr.smithi019.hotguf (mgr.14180) 916 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:06.852 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:06.852 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:06.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:05.541408+0000 mgr.smithi019.hotguf (mgr.14180) 916 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:07.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:08.655 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:08.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:06.846649+0000 mgr.smithi019.hotguf (mgr.14180) 917 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:08.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:07.542081+0000 mgr.smithi019.hotguf (mgr.14180) 918 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:09.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:06.846649+0000 mgr.smithi019.hotguf (mgr.14180) 917 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:09.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:07.542081+0000 mgr.smithi019.hotguf (mgr.14180) 918 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:10.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:09.542568+0000 mgr.smithi019.hotguf (mgr.14180) 919 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:10.853 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:10.853 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:10.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:09.542568+0000 mgr.smithi019.hotguf (mgr.14180) 919 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:11.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:12.661 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:12.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:10.847646+0000 mgr.smithi019.hotguf (mgr.14180) 920 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:12.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:11.543106+0000 mgr.smithi019.hotguf (mgr.14180) 921 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:13.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:10.847646+0000 mgr.smithi019.hotguf (mgr.14180) 920 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:13.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:11.543106+0000 mgr.smithi019.hotguf (mgr.14180) 921 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:14.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:13.543758+0000 mgr.smithi019.hotguf (mgr.14180) 922 : 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-02-19T22:23:14.908 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:14.908 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:14.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:13.543758+0000 mgr.smithi019.hotguf (mgr.14180) 922 : 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-02-19T22:23:15.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:16.701 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:14.902782+0000 mgr.smithi019.hotguf (mgr.14180) 923 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:16.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:15.544284+0000 mgr.smithi019.hotguf (mgr.14180) 924 : 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-02-19T22:23:17.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:14.902782+0000 mgr.smithi019.hotguf (mgr.14180) 923 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:17.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:15.544284+0000 mgr.smithi019.hotguf (mgr.14180) 924 : 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-02-19T22:23:18.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:17.544725+0000 mgr.smithi019.hotguf (mgr.14180) 925 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:18.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:17.544725+0000 mgr.smithi019.hotguf (mgr.14180) 925 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:18.956 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:18.957 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:15:44.298363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.qgnrpj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-qgnrpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.qgnrpj\nDeploy daemon haproxy.nfs.foo.smithi188.qgnrpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:13:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:14:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:15:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.532698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.bqlfba on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-bqlfba\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.bqlfba\nDeploy daemon haproxy.nfs.foo.smithi019.bqlfba ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:16:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:16:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:17:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:18:13.534201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.yimaah on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:19.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:20.726 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:18.951552+0000 mgr.smithi019.hotguf (mgr.14180) 926 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:20.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:19.545254+0000 mgr.smithi019.hotguf (mgr.14180) 927 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:18.951552+0000 mgr.smithi019.hotguf (mgr.14180) 926 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:19.545254+0000 mgr.smithi019.hotguf (mgr.14180) 927 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:22.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:21.545640+0000 mgr.smithi019.hotguf (mgr.14180) 928 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:22.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:21.545640+0000 mgr.smithi019.hotguf (mgr.14180) 928 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:23.000 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:23.001 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:23.723 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:22.976832+0000 mon.smithi019 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jqleuu"}]: dispatch 2024-02-19T22:23:23.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:22.976832+0000 mon.smithi019 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jqleuu"}]: dispatch 2024-02-19T22:23:24.746 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:23:22.976242+0000 mgr.smithi019.hotguf (mgr.14180) 929 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.jqleuu ... 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:21:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:22:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:22:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:23:24.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.jqleuu ... 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:21:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:22:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:22:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:23:24.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:23:22.976473+0000 mgr.smithi019.hotguf (mgr.14180) 930 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:23:22.977560+0000 mgr.smithi019.hotguf (mgr.14180) 931 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.jqleuu ... 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:21:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:22:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:22:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:24.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:23:22.979524+0000 mgr.smithi019.hotguf (mgr.14180) 932 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:23:24.920 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:23:22.981328+0000 mgr.smithi019.hotguf (mgr.14180) 933 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:23:24.920 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:22.982263+0000 mgr.smithi019.hotguf (mgr.14180) 934 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-02-19T22:23:24.920 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:22.995540+0000 mgr.smithi019.hotguf (mgr.14180) 935 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:24.920 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:23.624392+0000 mon.smithi019 (mon.0) 732 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:23:24.920 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:23.633555+0000 mon.smithi019 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:23:25.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:23:22.976242+0000 mgr.smithi019.hotguf (mgr.14180) 929 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:25.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:25.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:25.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:25.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.jqleuu ... 2024-02-19T22:23:25.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:21:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:22:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:22:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:25.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.jqleuu ... 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:21:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:22:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:22:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:23:22.976473+0000 mgr.smithi019.hotguf (mgr.14180) 930 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:23:22.977560+0000 mgr.smithi019.hotguf (mgr.14180) 931 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu 2024-02-19T22:23:25.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.jqleuu ... 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:21:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:22:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:22:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:23:22.979524+0000 mgr.smithi019.hotguf (mgr.14180) 932 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:23:22.981328+0000 mgr.smithi019.hotguf (mgr.14180) 933 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:22.982263+0000 mgr.smithi019.hotguf (mgr.14180) 934 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:22.995540+0000 mgr.smithi019.hotguf (mgr.14180) 935 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:25.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:23.624392+0000 mon.smithi019 (mon.0) 732 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:23:25.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:23.633555+0000 mon.smithi019 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:23:26.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:24.982795+0000 mgr.smithi019.hotguf (mgr.14180) 936 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-19T22:23:26.896 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:26.897 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:26.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:24.982795+0000 mgr.smithi019.hotguf (mgr.14180) 936 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-19T22:23:27.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:28.644 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:26.891421+0000 mgr.smithi019.hotguf (mgr.14180) 937 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:26.983474+0000 mgr.smithi019.hotguf (mgr.14180) 938 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-19T22:23:29.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:26.891421+0000 mgr.smithi019.hotguf (mgr.14180) 937 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:29.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:26.983474+0000 mgr.smithi019.hotguf (mgr.14180) 938 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-19T22:23:30.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:28.984078+0000 mgr.smithi019.hotguf (mgr.14180) 939 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-19T22:23:30.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:28.984078+0000 mgr.smithi019.hotguf (mgr.14180) 939 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-19T22:23:30.955 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:30.955 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:31.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:32.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:30.949536+0000 mgr.smithi019.hotguf (mgr.14180) 940 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:32.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:30.984579+0000 mgr.smithi019.hotguf (mgr.14180) 941 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-19T22:23:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:30.949536+0000 mgr.smithi019.hotguf (mgr.14180) 940 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:30.984579+0000 mgr.smithi019.hotguf (mgr.14180) 941 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-19T22:23:32.700 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:34.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:32.985150+0000 mgr.smithi019.hotguf (mgr.14180) 942 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-02-19T22:23:34.266 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:32.985150+0000 mgr.smithi019.hotguf (mgr.14180) 942 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-02-19T22:23:34.931 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:34.931 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:35.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:36.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:34.926031+0000 mgr.smithi019.hotguf (mgr.14180) 943 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:36.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:34.985715+0000 mgr.smithi019.hotguf (mgr.14180) 944 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:36.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:34.926031+0000 mgr.smithi019.hotguf (mgr.14180) 943 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:36.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:34.985715+0000 mgr.smithi019.hotguf (mgr.14180) 944 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:36.704 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:38.179 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:36.986370+0000 mgr.smithi019.hotguf (mgr.14180) 945 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:38.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:36.986370+0000 mgr.smithi019.hotguf (mgr.14180) 945 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:38.863 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:38.863 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:39.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:38.145032+0000 mon.smithi019 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:23:39.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:38.145032+0000 mon.smithi019 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:23:39.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:40.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:38.857931+0000 mgr.smithi019.hotguf (mgr.14180) 946 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:40.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:38.987008+0000 mgr.smithi019.hotguf (mgr.14180) 947 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:40.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:38.857931+0000 mgr.smithi019.hotguf (mgr.14180) 946 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:40.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:38.987008+0000 mgr.smithi019.hotguf (mgr.14180) 947 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:40.632 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:42.287 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:40.987545+0000 mgr.smithi019.hotguf (mgr.14180) 948 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:42.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:40.987545+0000 mgr.smithi019.hotguf (mgr.14180) 948 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:42.688 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:42.688 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:43.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:44.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:42.682941+0000 mgr.smithi019.hotguf (mgr.14180) 949 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:44.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:42.988130+0000 mgr.smithi019.hotguf (mgr.14180) 950 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:23:44.545 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:44.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:42.682941+0000 mgr.smithi019.hotguf (mgr.14180) 949 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:44.580 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:42.988130+0000 mgr.smithi019.hotguf (mgr.14180) 950 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:23:46.244 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:44.988737+0000 mgr.smithi019.hotguf (mgr.14180) 951 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:46.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:44.988737+0000 mgr.smithi019.hotguf (mgr.14180) 951 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:46.693 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:46.694 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:47.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:48.509 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:48.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:46.688028+0000 mgr.smithi019.hotguf (mgr.14180) 952 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:48.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:46.989335+0000 mgr.smithi019.hotguf (mgr.14180) 953 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:48.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:46.688028+0000 mgr.smithi019.hotguf (mgr.14180) 952 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:48.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:46.989335+0000 mgr.smithi019.hotguf (mgr.14180) 953 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:50.323 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:48.990202+0000 mgr.smithi019.hotguf (mgr.14180) 954 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:50.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:48.990202+0000 mgr.smithi019.hotguf (mgr.14180) 954 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:50.772 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:50.772 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:51.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:52.542 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:52.575 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:50.766918+0000 mgr.smithi019.hotguf (mgr.14180) 955 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:52.575 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:50.990775+0000 mgr.smithi019.hotguf (mgr.14180) 956 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:52.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:50.766918+0000 mgr.smithi019.hotguf (mgr.14180) 955 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:52.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:50.990775+0000 mgr.smithi019.hotguf (mgr.14180) 956 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:54.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:52.991477+0000 mgr.smithi019.hotguf (mgr.14180) 957 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:23:54.584 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:54.584 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:54.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:52.991477+0000 mgr.smithi019.hotguf (mgr.14180) 957 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:23:55.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:55.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:54.578613+0000 mgr.smithi019.hotguf (mgr.14180) 958 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:55.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:54.578613+0000 mgr.smithi019.hotguf (mgr.14180) 958 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:56.373 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:23:56.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:54.992096+0000 mgr.smithi019.hotguf (mgr.14180) 959 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:56.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:54.992096+0000 mgr.smithi019.hotguf (mgr.14180) 959 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:58.504 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:23:58.505 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:23:58.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:56.992828+0000 mgr.smithi019.hotguf (mgr.14180) 960 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:58.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:56.992828+0000 mgr.smithi019.hotguf (mgr.14180) 960 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:23:59.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:23:59.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:23:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:23:58.499371+0000 mgr.smithi019.hotguf (mgr.14180) 961 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:23:59.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:23:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:23:58.499371+0000 mgr.smithi019.hotguf (mgr.14180) 961 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:00.328 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:00.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:23:58.993505+0000 mgr.smithi019.hotguf (mgr.14180) 962 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:00.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:23:58.993505+0000 mgr.smithi019.hotguf (mgr.14180) 962 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:02.278 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:00.994013+0000 mgr.smithi019.hotguf (mgr.14180) 963 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:02.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:00.994013+0000 mgr.smithi019.hotguf (mgr.14180) 963 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:02.712 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:02.712 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:03.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:04.453 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:04.486 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:02.707077+0000 mgr.smithi019.hotguf (mgr.14180) 964 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:04.486 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:02.994766+0000 mgr.smithi019.hotguf (mgr.14180) 965 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:04.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:02.707077+0000 mgr.smithi019.hotguf (mgr.14180) 964 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:04.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:02.994766+0000 mgr.smithi019.hotguf (mgr.14180) 965 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:06.523 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:06.523 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:06.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:04.995332+0000 mgr.smithi019.hotguf (mgr.14180) 966 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:06.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:04.995332+0000 mgr.smithi019.hotguf (mgr.14180) 966 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:07.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:07.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:06.517403+0000 mgr.smithi019.hotguf (mgr.14180) 967 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:07.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:06.517403+0000 mgr.smithi019.hotguf (mgr.14180) 967 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:08.165 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:08.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:06.995852+0000 mgr.smithi019.hotguf (mgr.14180) 968 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:08.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:06.995852+0000 mgr.smithi019.hotguf (mgr.14180) 968 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:10.379 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:10.379 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:10.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:08.996763+0000 mgr.smithi019.hotguf (mgr.14180) 969 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:10.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:08.996763+0000 mgr.smithi019.hotguf (mgr.14180) 969 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:11.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:11.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:10.373866+0000 mgr.smithi019.hotguf (mgr.14180) 970 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:11.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:10.373866+0000 mgr.smithi019.hotguf (mgr.14180) 970 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:12.088 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:12.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:10.997445+0000 mgr.smithi019.hotguf (mgr.14180) 971 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:12.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:10.997445+0000 mgr.smithi019.hotguf (mgr.14180) 971 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:14.398 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:14.398 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:14.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:12.998067+0000 mgr.smithi019.hotguf (mgr.14180) 972 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:14.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:12.998067+0000 mgr.smithi019.hotguf (mgr.14180) 972 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:15.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:15.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:14.392718+0000 mgr.smithi019.hotguf (mgr.14180) 973 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:15.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:14.392718+0000 mgr.smithi019.hotguf (mgr.14180) 973 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:16.134 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:14.998780+0000 mgr.smithi019.hotguf (mgr.14180) 974 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:16.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:14.998780+0000 mgr.smithi019.hotguf (mgr.14180) 974 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:18.427 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:18.427 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:18.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:16.999275+0000 mgr.smithi019.hotguf (mgr.14180) 975 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:18.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:16.999275+0000 mgr.smithi019.hotguf (mgr.14180) 975 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:19.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:19.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:18.421264+0000 mgr.smithi019.hotguf (mgr.14180) 976 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:19.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:18.421264+0000 mgr.smithi019.hotguf (mgr.14180) 976 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:20.122 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:20.571 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:18.999974+0000 mgr.smithi019.hotguf (mgr.14180) 977 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:20.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:18.999974+0000 mgr.smithi019.hotguf (mgr.14180) 977 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:22.330 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:22.331 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:15.866503Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:15.867199Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:15.866660Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:15.866743Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:15.866817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:15.866909Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:22.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:21.000653+0000 mgr.smithi019.hotguf (mgr.14180) 978 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:22.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:21.000653+0000 mgr.smithi019.hotguf (mgr.14180) 978 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:23.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:23.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:22.324958+0000 mgr.smithi019.hotguf (mgr.14180) 979 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:23.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:22.985113+0000 mon.smithi019 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:24:23.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:23.232113+0000 mon.smithi019 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:23.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:22.324958+0000 mgr.smithi019.hotguf (mgr.14180) 979 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:23.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:22.985113+0000 mon.smithi019 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:24:23.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:23.232113+0000 mon.smithi019 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:24.030 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:24.524 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:23.001279+0000 mgr.smithi019.hotguf (mgr.14180) 980 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:24.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:23.001279+0000 mgr.smithi019.hotguf (mgr.14180) 980 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:26.306 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:25.001985+0000 mgr.smithi019.hotguf (mgr.14180) 981 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:26.306 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:25.102356+0000 mon.smithi019 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:26.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:25.001985+0000 mgr.smithi019.hotguf (mgr.14180) 981 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:26.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:25.102356+0000 mon.smithi019 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:26.939 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:26.940 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:18:22.624476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:18:22.624552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:18:22.624625Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:18:22.625137Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:18:22.624392Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:18:22.624231Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:18:22.625209Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:18:22.624696Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:18:22.624839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:18:22.624767Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:28.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:28.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:26.934139+0000 mgr.smithi019.hotguf (mgr.14180) 982 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:28.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:27.002744+0000 mgr.smithi019.hotguf (mgr.14180) 983 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:28.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:26.934139+0000 mgr.smithi019.hotguf (mgr.14180) 982 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:28.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:27.002744+0000 mgr.smithi019.hotguf (mgr.14180) 983 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:29.323 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:30.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:29.003422+0000 mgr.smithi019.hotguf (mgr.14180) 984 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:30.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:29.003422+0000 mgr.smithi019.hotguf (mgr.14180) 984 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:32.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:30.988094+0000 mon.smithi019 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:32.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:31.004006+0000 mgr.smithi019.hotguf (mgr.14180) 985 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:32.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:31.625018+0000 mon.smithi019 (mon.0) 739 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:24:32.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:31.625730+0000 mon.smithi019 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:24:32.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:31.629896+0000 mon.smithi019 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:32.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:31.630360+0000 mgr.smithi019.hotguf (mgr.14180) 986 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:32.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:31.633558+0000 mon.smithi019 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:24:32.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:31.640589+0000 mon.smithi019 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:32.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:24:31.642540+0000 mgr.smithi019.hotguf (mgr.14180) 987 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.njdwwa on smithi188 2024-02-19T22:24:32.199 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:32.199 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:30.988094+0000 mon.smithi019 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:31.004006+0000 mgr.smithi019.hotguf (mgr.14180) 985 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:31.625018+0000 mon.smithi019 (mon.0) 739 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:24:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:31.625730+0000 mon.smithi019 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:24:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:31.629896+0000 mon.smithi019 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:31.630360+0000 mgr.smithi019.hotguf (mgr.14180) 986 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:32.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:31.633558+0000 mon.smithi019 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:24:32.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:31.640589+0000 mon.smithi019 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:32.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:24:31.642540+0000 mgr.smithi019.hotguf (mgr.14180) 987 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.njdwwa on smithi188 2024-02-19T22:24:32.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:33.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:31.985905+0000 mon.smithi019 (mon.0) 744 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T22:24:33.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:31.985931+0000 mon.smithi019 (mon.0) 745 : cluster [INF] Cluster is now healthy 2024-02-19T22:24:33.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:32.193503+0000 mgr.smithi019.hotguf (mgr.14180) 988 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:33.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:31.985905+0000 mon.smithi019 (mon.0) 744 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T22:24:33.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:31.985931+0000 mon.smithi019 (mon.0) 745 : cluster [INF] Cluster is now healthy 2024-02-19T22:24:33.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:32.193503+0000 mgr.smithi019.hotguf (mgr.14180) 988 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:33.837 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:34.276 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:33.631139+0000 mgr.smithi019.hotguf (mgr.14180) 989 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:34.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:33.631139+0000 mgr.smithi019.hotguf (mgr.14180) 989 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:36.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:35.631604+0000 mgr.smithi019.hotguf (mgr.14180) 990 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:36.164 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:36.165 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:36.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:35.631604+0000 mgr.smithi019.hotguf (mgr.14180) 990 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:36.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:36.159278+0000 mgr.smithi019.hotguf (mgr.14180) 991 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:36.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:37.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:36.159278+0000 mgr.smithi019.hotguf (mgr.14180) 991 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:37.958 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:37.992 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:37.632286+0000 mgr.smithi019.hotguf (mgr.14180) 992 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:38.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:37.632286+0000 mgr.smithi019.hotguf (mgr.14180) 992 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:39.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:38.145850+0000 mon.smithi019 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:39.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:38.145850+0000 mon.smithi019 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:24:40.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:39.633012+0000 mgr.smithi019.hotguf (mgr.14180) 993 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:40.382 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:40.383 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:40.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:39.633012+0000 mgr.smithi019.hotguf (mgr.14180) 993 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:41.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:41.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:40.377338+0000 mgr.smithi019.hotguf (mgr.14180) 994 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:41.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:40.377338+0000 mgr.smithi019.hotguf (mgr.14180) 994 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:42.067 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:42.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:41.633634+0000 mgr.smithi019.hotguf (mgr.14180) 995 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:42.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:41.633634+0000 mgr.smithi019.hotguf (mgr.14180) 995 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:24:43.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:43.634225+0000 mgr.smithi019.hotguf (mgr.14180) 996 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:44.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:43.634225+0000 mgr.smithi019.hotguf (mgr.14180) 996 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:44.333 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:44.334 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:44.955 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:44.327590+0000 mgr.smithi019.hotguf (mgr.14180) 997 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:44.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:45.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:44.327590+0000 mgr.smithi019.hotguf (mgr.14180) 997 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:45.976 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:46.009 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:45.634603+0000 mgr.smithi019.hotguf (mgr.14180) 998 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:46.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:45.634603+0000 mgr.smithi019.hotguf (mgr.14180) 998 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:48.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:47.635084+0000 mgr.smithi019.hotguf (mgr.14180) 999 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:48.139 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:48.139 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:48.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:47.635084+0000 mgr.smithi019.hotguf (mgr.14180) 999 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:48.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:48.133586+0000 mgr.smithi019.hotguf (mgr.14180) 1000 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:48.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:49.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:48.133586+0000 mgr.smithi019.hotguf (mgr.14180) 1000 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:49.877 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:50.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:49.635923+0000 mgr.smithi019.hotguf (mgr.14180) 1001 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:50.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:49.635923+0000 mgr.smithi019.hotguf (mgr.14180) 1001 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:52.070 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:52.070 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:52.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:51.636359+0000 mgr.smithi019.hotguf (mgr.14180) 1002 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:52.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:51.636359+0000 mgr.smithi019.hotguf (mgr.14180) 1002 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:52.794 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:52.064687+0000 mgr.smithi019.hotguf (mgr.14180) 1003 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:52.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:53.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:52.064687+0000 mgr.smithi019.hotguf (mgr.14180) 1003 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:53.820 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:54.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:53.637058+0000 mgr.smithi019.hotguf (mgr.14180) 1004 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:54.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:53.637058+0000 mgr.smithi019.hotguf (mgr.14180) 1004 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:24:56.026 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:56.026 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:24:56.046 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:55.637387+0000 mgr.smithi019.hotguf (mgr.14180) 1005 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:56.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:55.637387+0000 mgr.smithi019.hotguf (mgr.14180) 1005 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:56.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:24:57.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:56.020216+0000 mgr.smithi019.hotguf (mgr.14180) 1006 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:57.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:56.020216+0000 mgr.smithi019.hotguf (mgr.14180) 1006 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:24:57.741 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:24:58.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:57.638066+0000 mgr.smithi019.hotguf (mgr.14180) 1007 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:58.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:57.638066+0000 mgr.smithi019.hotguf (mgr.14180) 1007 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:59.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:24:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:24:59.638735+0000 mgr.smithi019.hotguf (mgr.14180) 1008 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:24:59.970 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:24:59.970 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:00.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:24:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:24:59.638735+0000 mgr.smithi019.hotguf (mgr.14180) 1008 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:00.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:01.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:24:59.964447+0000 mgr.smithi019.hotguf (mgr.14180) 1009 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:01.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:24:59.964447+0000 mgr.smithi019.hotguf (mgr.14180) 1009 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:01.643 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:02.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:01.639600+0000 mgr.smithi019.hotguf (mgr.14180) 1010 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:02.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:01.639600+0000 mgr.smithi019.hotguf (mgr.14180) 1010 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:03.845 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:03.845 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:04.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:03.640129+0000 mgr.smithi019.hotguf (mgr.14180) 1011 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:04.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:03.640129+0000 mgr.smithi019.hotguf (mgr.14180) 1011 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:04.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:05.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:03.839374+0000 mgr.smithi019.hotguf (mgr.14180) 1012 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:05.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:03.839374+0000 mgr.smithi019.hotguf (mgr.14180) 1012 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:05.663 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:06.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:05.640546+0000 mgr.smithi019.hotguf (mgr.14180) 1013 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:06.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:05.640546+0000 mgr.smithi019.hotguf (mgr.14180) 1013 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:07.827 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:07.828 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:08.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:07.640953+0000 mgr.smithi019.hotguf (mgr.14180) 1014 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:08.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:07.640953+0000 mgr.smithi019.hotguf (mgr.14180) 1014 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:08.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:09.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:07.821676+0000 mgr.smithi019.hotguf (mgr.14180) 1015 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:09.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:07.821676+0000 mgr.smithi019.hotguf (mgr.14180) 1015 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:09.625 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:10.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:09.641487+0000 mgr.smithi019.hotguf (mgr.14180) 1016 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:10.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:09.641487+0000 mgr.smithi019.hotguf (mgr.14180) 1016 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:11.912 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:11.913 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:12.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:11.641928+0000 mgr.smithi019.hotguf (mgr.14180) 1017 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:12.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:11.641928+0000 mgr.smithi019.hotguf (mgr.14180) 1017 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:12.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:12.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:11.907094+0000 mgr.smithi019.hotguf (mgr.14180) 1018 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:13.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:11.907094+0000 mgr.smithi019.hotguf (mgr.14180) 1018 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:13.619 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:14.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:13.642498+0000 mgr.smithi019.hotguf (mgr.14180) 1019 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:14.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:13.642498+0000 mgr.smithi019.hotguf (mgr.14180) 1019 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:15.782 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:15.782 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:16.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:15.642816+0000 mgr.smithi019.hotguf (mgr.14180) 1020 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:16.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:15.642816+0000 mgr.smithi019.hotguf (mgr.14180) 1020 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:16.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:17.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:15.776835+0000 mgr.smithi019.hotguf (mgr.14180) 1021 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:17.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:15.776835+0000 mgr.smithi019.hotguf (mgr.14180) 1021 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:17.471 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:17.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:17.643222+0000 mgr.smithi019.hotguf (mgr.14180) 1022 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:18.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:17.643222+0000 mgr.smithi019.hotguf (mgr.14180) 1022 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:19.724 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:19.724 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:20.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:19.643666+0000 mgr.smithi019.hotguf (mgr.14180) 1023 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:20.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:19.643666+0000 mgr.smithi019.hotguf (mgr.14180) 1023 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:20.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:19.718481+0000 mgr.smithi019.hotguf (mgr.14180) 1024 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:21.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:19.718481+0000 mgr.smithi019.hotguf (mgr.14180) 1024 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:21.468 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:21.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:21.644071+0000 mgr.smithi019.hotguf (mgr.14180) 1025 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:22.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:21.644071+0000 mgr.smithi019.hotguf (mgr.14180) 1025 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:23.674 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:23.675 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:23.644599+0000 mgr.smithi019.hotguf (mgr.14180) 1026 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:24.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:23.644599+0000 mgr.smithi019.hotguf (mgr.14180) 1026 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:24.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:25.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:23.668445+0000 mgr.smithi019.hotguf (mgr.14180) 1027 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:25.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:23.668445+0000 mgr.smithi019.hotguf (mgr.14180) 1027 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:25.480 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:25.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:25.644980+0000 mgr.smithi019.hotguf (mgr.14180) 1028 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:26.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:25.644980+0000 mgr.smithi019.hotguf (mgr.14180) 1028 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:27.623 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:27.624 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:28.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:27.617982+0000 mgr.smithi019.hotguf (mgr.14180) 1029 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:28.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:27.645413+0000 mgr.smithi019.hotguf (mgr.14180) 1030 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:28.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:27.617982+0000 mgr.smithi019.hotguf (mgr.14180) 1029 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:28.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:27.645413+0000 mgr.smithi019.hotguf (mgr.14180) 1030 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:28.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:29.512 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:29.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:29.646068+0000 mgr.smithi019.hotguf (mgr.14180) 1031 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:30.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:29.646068+0000 mgr.smithi019.hotguf (mgr.14180) 1031 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:31.702 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:31.702 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:31.995 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:31.646440+0000 mgr.smithi019.hotguf (mgr.14180) 1032 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:32.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:31.646440+0000 mgr.smithi019.hotguf (mgr.14180) 1032 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:32.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:33.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:31.696371+0000 mgr.smithi019.hotguf (mgr.14180) 1033 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:33.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:31.696371+0000 mgr.smithi019.hotguf (mgr.14180) 1033 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:33.325 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:34.055 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:33.646978+0000 mgr.smithi019.hotguf (mgr.14180) 1034 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:34.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:33.646978+0000 mgr.smithi019.hotguf (mgr.14180) 1034 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:35.443 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:35.443 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:35.786 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:35.437580+0000 mgr.smithi019.hotguf (mgr.14180) 1035 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:35.786 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:35.647449+0000 mgr.smithi019.hotguf (mgr.14180) 1036 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:36.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:35.437580+0000 mgr.smithi019.hotguf (mgr.14180) 1035 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:36.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:35.647449+0000 mgr.smithi019.hotguf (mgr.14180) 1036 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:36.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:37.200 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:38.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:37.647990+0000 mgr.smithi019.hotguf (mgr.14180) 1037 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:38.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:37.647990+0000 mgr.smithi019.hotguf (mgr.14180) 1037 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:39.456 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:39.457 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:39.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:39.450785+0000 mgr.smithi019.hotguf (mgr.14180) 1038 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:39.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:39.648596+0000 mgr.smithi019.hotguf (mgr.14180) 1039 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:40.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:39.450785+0000 mgr.smithi019.hotguf (mgr.14180) 1038 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:40.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:39.648596+0000 mgr.smithi019.hotguf (mgr.14180) 1039 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:40.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:41.215 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:42.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:41.649017+0000 mgr.smithi019.hotguf (mgr.14180) 1040 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:42.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:41.649017+0000 mgr.smithi019.hotguf (mgr.14180) 1040 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:43.345 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:43.345 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:44.046 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:43.339485+0000 mgr.smithi019.hotguf (mgr.14180) 1041 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:44.046 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:43.649555+0000 mgr.smithi019.hotguf (mgr.14180) 1042 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:44.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:44.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:43.339485+0000 mgr.smithi019.hotguf (mgr.14180) 1041 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:44.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:43.649555+0000 mgr.smithi019.hotguf (mgr.14180) 1042 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:45.069 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:45.827 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:45.650080+0000 mgr.smithi019.hotguf (mgr.14180) 1043 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:46.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:45.650080+0000 mgr.smithi019.hotguf (mgr.14180) 1043 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:47.425 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:47.425 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:48.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:47.419300+0000 mgr.smithi019.hotguf (mgr.14180) 1044 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:48.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:47.650561+0000 mgr.smithi019.hotguf (mgr.14180) 1045 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:48.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:48.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:47.419300+0000 mgr.smithi019.hotguf (mgr.14180) 1044 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:48.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:47.650561+0000 mgr.smithi019.hotguf (mgr.14180) 1045 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:49.125 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:49.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:49.651093+0000 mgr.smithi019.hotguf (mgr.14180) 1046 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:50.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:49.651093+0000 mgr.smithi019.hotguf (mgr.14180) 1046 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:51.308 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:51.308 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:51.967 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:51.302168+0000 mgr.smithi019.hotguf (mgr.14180) 1047 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:51.967 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:51.651491+0000 mgr.smithi019.hotguf (mgr.14180) 1048 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:51.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:52.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:51.302168+0000 mgr.smithi019.hotguf (mgr.14180) 1047 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:52.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:51.651491+0000 mgr.smithi019.hotguf (mgr.14180) 1048 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:52.990 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:53.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:53.652047+0000 mgr.smithi019.hotguf (mgr.14180) 1049 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:54.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:53.652047+0000 mgr.smithi019.hotguf (mgr.14180) 1049 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:25:55.235 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:55.236 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:55.925 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:55.229971+0000 mgr.smithi019.hotguf (mgr.14180) 1050 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:55.926 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:55.652486+0000 mgr.smithi019.hotguf (mgr.14180) 1051 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:55.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:25:56.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:55.229971+0000 mgr.smithi019.hotguf (mgr.14180) 1050 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:56.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:55.652486+0000 mgr.smithi019.hotguf (mgr.14180) 1051 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:56.947 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:25:58.074 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:57.652903+0000 mgr.smithi019.hotguf (mgr.14180) 1052 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:58.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:57.652903+0000 mgr.smithi019.hotguf (mgr.14180) 1052 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:59.272 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:25:59.272 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:25:59.914 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:25:59.266017+0000 mgr.smithi019.hotguf (mgr.14180) 1053 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:25:59.914 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:25:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:25:59.653665+0000 mgr.smithi019.hotguf (mgr.14180) 1054 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:25:59.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:00.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:25:59.266017+0000 mgr.smithi019.hotguf (mgr.14180) 1053 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:00.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:25:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:25:59.653665+0000 mgr.smithi019.hotguf (mgr.14180) 1054 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:00.937 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:02.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:01.654256+0000 mgr.smithi019.hotguf (mgr.14180) 1055 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:02.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:01.654256+0000 mgr.smithi019.hotguf (mgr.14180) 1055 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:03.138 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:03.138 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:03.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:04.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:03.132261+0000 mgr.smithi019.hotguf (mgr.14180) 1056 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:04.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:03.654936+0000 mgr.smithi019.hotguf (mgr.14180) 1057 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:04.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:03.132261+0000 mgr.smithi019.hotguf (mgr.14180) 1056 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:04.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:03.654936+0000 mgr.smithi019.hotguf (mgr.14180) 1057 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:04.781 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:05.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:05.655232+0000 mgr.smithi019.hotguf (mgr.14180) 1058 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:06.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:05.655232+0000 mgr.smithi019.hotguf (mgr.14180) 1058 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:06.948 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:06.948 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:07.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:08.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:06.942305+0000 mgr.smithi019.hotguf (mgr.14180) 1059 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:08.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:07.655887+0000 mgr.smithi019.hotguf (mgr.14180) 1060 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:08.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:06.942305+0000 mgr.smithi019.hotguf (mgr.14180) 1059 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:08.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:07.655887+0000 mgr.smithi019.hotguf (mgr.14180) 1060 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:08.652 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:10.060 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:09.656608+0000 mgr.smithi019.hotguf (mgr.14180) 1061 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:10.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:09.656608+0000 mgr.smithi019.hotguf (mgr.14180) 1061 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:10.750 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:10.751 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:11.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:11.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:10.745163+0000 mgr.smithi019.hotguf (mgr.14180) 1062 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:11.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:11.657131+0000 mgr.smithi019.hotguf (mgr.14180) 1063 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:12.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:10.745163+0000 mgr.smithi019.hotguf (mgr.14180) 1062 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:12.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:11.657131+0000 mgr.smithi019.hotguf (mgr.14180) 1063 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:12.521 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:14.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:13.657953+0000 mgr.smithi019.hotguf (mgr.14180) 1064 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:14.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:13.657953+0000 mgr.smithi019.hotguf (mgr.14180) 1064 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:14.799 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:14.799 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:15.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:15.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:14.792940+0000 mgr.smithi019.hotguf (mgr.14180) 1065 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:15.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:15.658377+0000 mgr.smithi019.hotguf (mgr.14180) 1066 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:16.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:14.792940+0000 mgr.smithi019.hotguf (mgr.14180) 1065 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:16.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:15.658377+0000 mgr.smithi019.hotguf (mgr.14180) 1066 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:16.523 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:18.067 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:17.658908+0000 mgr.smithi019.hotguf (mgr.14180) 1067 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:18.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:17.658908+0000 mgr.smithi019.hotguf (mgr.14180) 1067 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:18.813 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:18.813 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:19.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:20.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:18.807508+0000 mgr.smithi019.hotguf (mgr.14180) 1068 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:20.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:19.659428+0000 mgr.smithi019.hotguf (mgr.14180) 1069 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:20.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:18.807508+0000 mgr.smithi019.hotguf (mgr.14180) 1068 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:20.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:19.659428+0000 mgr.smithi019.hotguf (mgr.14180) 1069 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:20.678 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:22.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:21.660109+0000 mgr.smithi019.hotguf (mgr.14180) 1070 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:22.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:21.660109+0000 mgr.smithi019.hotguf (mgr.14180) 1070 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:22.868 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:22.868 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:23.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:22.862775+0000 mgr.smithi019.hotguf (mgr.14180) 1071 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:24.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:23.660931+0000 mgr.smithi019.hotguf (mgr.14180) 1072 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:24.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:22.862775+0000 mgr.smithi019.hotguf (mgr.14180) 1071 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:24.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:23.660931+0000 mgr.smithi019.hotguf (mgr.14180) 1072 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:24.730 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:26.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:25.661258+0000 mgr.smithi019.hotguf (mgr.14180) 1073 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:26.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:25.661258+0000 mgr.smithi019.hotguf (mgr.14180) 1073 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:26.974 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:26.974 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:27.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:28.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:26.968326+0000 mgr.smithi019.hotguf (mgr.14180) 1074 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:28.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:27.661915+0000 mgr.smithi019.hotguf (mgr.14180) 1075 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:28.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:26.968326+0000 mgr.smithi019.hotguf (mgr.14180) 1074 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:28.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:27.661915+0000 mgr.smithi019.hotguf (mgr.14180) 1075 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:28.753 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:30.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:29.662588+0000 mgr.smithi019.hotguf (mgr.14180) 1076 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:30.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:29.662588+0000 mgr.smithi019.hotguf (mgr.14180) 1076 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:30.945 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:30.945 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:31.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:32.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:30.939579+0000 mgr.smithi019.hotguf (mgr.14180) 1077 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:32.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:31.663193+0000 mgr.smithi019.hotguf (mgr.14180) 1078 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:32.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:30.939579+0000 mgr.smithi019.hotguf (mgr.14180) 1077 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:32.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:31.663193+0000 mgr.smithi019.hotguf (mgr.14180) 1078 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:32.767 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:34.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:33.663738+0000 mgr.smithi019.hotguf (mgr.14180) 1079 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:34.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:33.663738+0000 mgr.smithi019.hotguf (mgr.14180) 1079 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:34.956 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:34.957 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:35.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:36.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:34.950737+0000 mgr.smithi019.hotguf (mgr.14180) 1080 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:36.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:35.664261+0000 mgr.smithi019.hotguf (mgr.14180) 1081 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:36.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:34.950737+0000 mgr.smithi019.hotguf (mgr.14180) 1080 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:36.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:35.664261+0000 mgr.smithi019.hotguf (mgr.14180) 1081 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:36.612 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:38.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:37.664656+0000 mgr.smithi019.hotguf (mgr.14180) 1082 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:38.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:37.664656+0000 mgr.smithi019.hotguf (mgr.14180) 1082 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:38.850 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:38.851 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:39.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:40.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:38.844578+0000 mgr.smithi019.hotguf (mgr.14180) 1083 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:40.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:39.665202+0000 mgr.smithi019.hotguf (mgr.14180) 1084 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:40.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:38.844578+0000 mgr.smithi019.hotguf (mgr.14180) 1083 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:40.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:39.665202+0000 mgr.smithi019.hotguf (mgr.14180) 1084 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:40.651 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:42.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:41.665610+0000 mgr.smithi019.hotguf (mgr.14180) 1085 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:42.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:41.665610+0000 mgr.smithi019.hotguf (mgr.14180) 1085 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:42.832 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:42.832 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:43.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:44.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:42.826259+0000 mgr.smithi019.hotguf (mgr.14180) 1086 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:44.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:43.666350+0000 mgr.smithi019.hotguf (mgr.14180) 1087 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:44.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:42.826259+0000 mgr.smithi019.hotguf (mgr.14180) 1086 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:44.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:43.666350+0000 mgr.smithi019.hotguf (mgr.14180) 1087 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:44.634 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:46.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:45.666779+0000 mgr.smithi019.hotguf (mgr.14180) 1088 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:46.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:45.666779+0000 mgr.smithi019.hotguf (mgr.14180) 1088 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:46.924 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:46.925 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:47.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:48.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:46.918954+0000 mgr.smithi019.hotguf (mgr.14180) 1089 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:48.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:47.667281+0000 mgr.smithi019.hotguf (mgr.14180) 1090 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:48.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:46.918954+0000 mgr.smithi019.hotguf (mgr.14180) 1089 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:48.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:47.667281+0000 mgr.smithi019.hotguf (mgr.14180) 1090 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:48.707 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:49.982 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:49.668052+0000 mgr.smithi019.hotguf (mgr.14180) 1091 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:50.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:49.668052+0000 mgr.smithi019.hotguf (mgr.14180) 1091 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:50.961 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:50.961 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:51.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:52.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:50.955943+0000 mgr.smithi019.hotguf (mgr.14180) 1092 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:52.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:51.668582+0000 mgr.smithi019.hotguf (mgr.14180) 1093 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:52.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:50.955943+0000 mgr.smithi019.hotguf (mgr.14180) 1092 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:52.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:51.668582+0000 mgr.smithi019.hotguf (mgr.14180) 1093 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:52.857 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:54.038 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:53.669144+0000 mgr.smithi019.hotguf (mgr.14180) 1094 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:54.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:53.669144+0000 mgr.smithi019.hotguf (mgr.14180) 1094 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:26:55.154 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:55.154 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:55.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:55.147952+0000 mgr.smithi019.hotguf (mgr.14180) 1095 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:55.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:55.669533+0000 mgr.smithi019.hotguf (mgr.14180) 1096 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:55.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:26:56.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:55.147952+0000 mgr.smithi019.hotguf (mgr.14180) 1095 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:26:56.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:55.669533+0000 mgr.smithi019.hotguf (mgr.14180) 1096 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:56.863 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:26:58.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:57.670041+0000 mgr.smithi019.hotguf (mgr.14180) 1097 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:58.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:57.670041+0000 mgr.smithi019.hotguf (mgr.14180) 1097 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:26:59.107 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:26:59.107 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:18:13.535378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.qramdu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:26:59.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:00.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:26:59.101194+0000 mgr.smithi019.hotguf (mgr.14180) 1098 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:00.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:26:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:26:59.670590+0000 mgr.smithi019.hotguf (mgr.14180) 1099 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:00.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:26:59.101194+0000 mgr.smithi019.hotguf (mgr.14180) 1098 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:00.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:26:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:26:59.670590+0000 mgr.smithi019.hotguf (mgr.14180) 1099 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:00.847 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:01.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:00.810710+0000 mon.smithi019 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.njdwwa"}]: dispatch 2024-02-19T22:27:01.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:00.810710+0000 mon.smithi019 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.njdwwa"}]: dispatch 2024-02-19T22:27:02.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:27:00.809997+0000 mgr.smithi019.hotguf (mgr.14180) 1100 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.njdwwa ... 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:25:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:25:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:26:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.njdwwa ... 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:25:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:25:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:26:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:27:00.810295+0000 mgr.smithi019.hotguf (mgr.14180) 1101 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:27:00.811508+0000 mgr.smithi019.hotguf (mgr.14180) 1102 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.njdwwa ... 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:25:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:25:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:26:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:27:00.813217+0000 mgr.smithi019.hotguf (mgr.14180) 1103 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.epzagv on smithi019 2024-02-19T22:27:02.171 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:01.671094+0000 mgr.smithi019.hotguf (mgr.14180) 1104 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:02.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:27:00.809997+0000 mgr.smithi019.hotguf (mgr.14180) 1100 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.njdwwa ... 2024-02-19T22:27:02.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:25:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:25:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:26:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.njdwwa ... 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:25:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:25:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:26:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:27:00.810295+0000 mgr.smithi019.hotguf (mgr.14180) 1101 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:27:00.811508+0000 mgr.smithi019.hotguf (mgr.14180) 1102 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:27:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.njdwwa ... 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:25:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:25:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:26:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:27:02.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:27:00.813217+0000 mgr.smithi019.hotguf (mgr.14180) 1103 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.epzagv on smithi019 2024-02-19T22:27:02.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:01.671094+0000 mgr.smithi019.hotguf (mgr.14180) 1104 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:03.129 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:03.130 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:03.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:03.124070+0000 mgr.smithi019.hotguf (mgr.14180) 1105 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:03.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:03.671611+0000 mgr.smithi019.hotguf (mgr.14180) 1106 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:03.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:04.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:03.124070+0000 mgr.smithi019.hotguf (mgr.14180) 1105 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:04.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:03.671611+0000 mgr.smithi019.hotguf (mgr.14180) 1106 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:04.931 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:06.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:05.672046+0000 mgr.smithi019.hotguf (mgr.14180) 1107 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:06.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:05.672046+0000 mgr.smithi019.hotguf (mgr.14180) 1107 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:07.250 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:07.251 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:08.011 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:07.244755+0000 mgr.smithi019.hotguf (mgr.14180) 1108 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:08.011 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:07.672502+0000 mgr.smithi019.hotguf (mgr.14180) 1109 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:08.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:08.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:07.244755+0000 mgr.smithi019.hotguf (mgr.14180) 1108 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:08.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:07.672502+0000 mgr.smithi019.hotguf (mgr.14180) 1109 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:09.034 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:09.792 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:09.672987+0000 mgr.smithi019.hotguf (mgr.14180) 1110 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:10.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:09.672987+0000 mgr.smithi019.hotguf (mgr.14180) 1110 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:11.293 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:11.293 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:12.050 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:11.287578+0000 mgr.smithi019.hotguf (mgr.14180) 1111 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:12.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:12.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:11.287578+0000 mgr.smithi019.hotguf (mgr.14180) 1111 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:13.076 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:13.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:11.673623+0000 mgr.smithi019.hotguf (mgr.14180) 1112 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:13.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:11.673623+0000 mgr.smithi019.hotguf (mgr.14180) 1112 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:14.814 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:13.674109+0000 mgr.smithi019.hotguf (mgr.14180) 1113 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:15.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:13.674109+0000 mgr.smithi019.hotguf (mgr.14180) 1113 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:15.231 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:15.231 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:15.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:15.225699+0000 mgr.smithi019.hotguf (mgr.14180) 1114 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:16.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:16.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:15.225699+0000 mgr.smithi019.hotguf (mgr.14180) 1114 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:17.038 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:17.073 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:15.674567+0000 mgr.smithi019.hotguf (mgr.14180) 1115 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:17.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:15.674567+0000 mgr.smithi019.hotguf (mgr.14180) 1115 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:18.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:17.674993+0000 mgr.smithi019.hotguf (mgr.14180) 1116 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:19.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:17.674993+0000 mgr.smithi019.hotguf (mgr.14180) 1116 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:19.238 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:19.238 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:19.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:19.232609+0000 mgr.smithi019.hotguf (mgr.14180) 1117 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:20.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:20.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:19.232609+0000 mgr.smithi019.hotguf (mgr.14180) 1117 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:21.002 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:21.037 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:19.675628+0000 mgr.smithi019.hotguf (mgr.14180) 1118 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:21.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:19.675628+0000 mgr.smithi019.hotguf (mgr.14180) 1118 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:23.028 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:21.676007+0000 mgr.smithi019.hotguf (mgr.14180) 1119 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:23.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:21.676007+0000 mgr.smithi019.hotguf (mgr.14180) 1119 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:23.500 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:23.501 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:23.796 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:23.494752+0000 mgr.smithi019.hotguf (mgr.14180) 1120 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:24.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:23.494752+0000 mgr.smithi019.hotguf (mgr.14180) 1120 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:24.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:25.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:23.676462+0000 mgr.smithi019.hotguf (mgr.14180) 1121 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:25.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:23.676462+0000 mgr.smithi019.hotguf (mgr.14180) 1121 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:25.216 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:26.987 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:26 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:25.676937+0000 mgr.smithi019.hotguf (mgr.14180) 1122 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:27.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:26 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:25.676937+0000 mgr.smithi019.hotguf (mgr.14180) 1122 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:27.417 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:27.417 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:28.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:27.411356+0000 mgr.smithi019.hotguf (mgr.14180) 1123 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:28.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:27.411356+0000 mgr.smithi019.hotguf (mgr.14180) 1123 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:28.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:29.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:27.677388+0000 mgr.smithi019.hotguf (mgr.14180) 1124 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:29.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:27.677388+0000 mgr.smithi019.hotguf (mgr.14180) 1124 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:29.228 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:30.984 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:29.677838+0000 mgr.smithi019.hotguf (mgr.14180) 1125 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:31.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:29.677838+0000 mgr.smithi019.hotguf (mgr.14180) 1125 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:31.413 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:31.413 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:32.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:31.407497+0000 mgr.smithi019.hotguf (mgr.14180) 1126 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:32.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:31.407497+0000 mgr.smithi019.hotguf (mgr.14180) 1126 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:32.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:33.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:31.678252+0000 mgr.smithi019.hotguf (mgr.14180) 1127 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:33.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:31.678252+0000 mgr.smithi019.hotguf (mgr.14180) 1127 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:33.223 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:35.072 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:33.678862+0000 mgr.smithi019.hotguf (mgr.14180) 1128 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:35.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:33.678862+0000 mgr.smithi019.hotguf (mgr.14180) 1128 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:35.500 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:35.500 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:36.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:35.494590+0000 mgr.smithi019.hotguf (mgr.14180) 1129 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:36.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:35.494590+0000 mgr.smithi019.hotguf (mgr.14180) 1129 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:36.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:37.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:35.679202+0000 mgr.smithi019.hotguf (mgr.14180) 1130 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:37.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:35.679202+0000 mgr.smithi019.hotguf (mgr.14180) 1130 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:37.265 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:38.961 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:37.679919+0000 mgr.smithi019.hotguf (mgr.14180) 1131 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:39.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:37.679919+0000 mgr.smithi019.hotguf (mgr.14180) 1131 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:39.427 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:39.427 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:40.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:39.421588+0000 mgr.smithi019.hotguf (mgr.14180) 1132 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:40.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:39.421588+0000 mgr.smithi019.hotguf (mgr.14180) 1132 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:40.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:41.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:39.680392+0000 mgr.smithi019.hotguf (mgr.14180) 1133 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:41.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:39.680392+0000 mgr.smithi019.hotguf (mgr.14180) 1133 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:41.226 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:42.967 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:41.680779+0000 mgr.smithi019.hotguf (mgr.14180) 1134 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:43.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:41.680779+0000 mgr.smithi019.hotguf (mgr.14180) 1134 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:43.407 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:43.407 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:44.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:43.400991+0000 mgr.smithi019.hotguf (mgr.14180) 1135 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:44.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:43.400991+0000 mgr.smithi019.hotguf (mgr.14180) 1135 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:44.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:45.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:43.681305+0000 mgr.smithi019.hotguf (mgr.14180) 1136 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:45.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:43.681305+0000 mgr.smithi019.hotguf (mgr.14180) 1136 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:45.217 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:46.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:45.681605+0000 mgr.smithi019.hotguf (mgr.14180) 1137 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:47.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:45.681605+0000 mgr.smithi019.hotguf (mgr.14180) 1137 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:47.345 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:47.346 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:48.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:47.340098+0000 mgr.smithi019.hotguf (mgr.14180) 1138 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:48.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:48.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:47.340098+0000 mgr.smithi019.hotguf (mgr.14180) 1138 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:49.131 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:49.164 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:47.682018+0000 mgr.smithi019.hotguf (mgr.14180) 1139 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:49.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:47.682018+0000 mgr.smithi019.hotguf (mgr.14180) 1139 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:51.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:49.682457+0000 mgr.smithi019.hotguf (mgr.14180) 1140 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:51.279 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:51.279 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:51.305 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:49.682457+0000 mgr.smithi019.hotguf (mgr.14180) 1140 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:52.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:51.273439+0000 mgr.smithi019.hotguf (mgr.14180) 1141 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:52.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:52.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:51.273439+0000 mgr.smithi019.hotguf (mgr.14180) 1141 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:53.134 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:53.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:51.682847+0000 mgr.smithi019.hotguf (mgr.14180) 1142 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:53.170 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:51.682847+0000 mgr.smithi019.hotguf (mgr.14180) 1142 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:55.056 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:53.683477+0000 mgr.smithi019.hotguf (mgr.14180) 1143 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:55.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:53.683477+0000 mgr.smithi019.hotguf (mgr.14180) 1143 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:27:55.492 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:55.492 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:27:56.117 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:55.483564+0000 mgr.smithi019.hotguf (mgr.14180) 1144 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:56.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:27:56.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:55.483564+0000 mgr.smithi019.hotguf (mgr.14180) 1144 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:27:57.120 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:27:57.155 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:55.683806+0000 mgr.smithi019.hotguf (mgr.14180) 1145 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:57.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:55.683806+0000 mgr.smithi019.hotguf (mgr.14180) 1145 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:58.949 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:57.684360+0000 mgr.smithi019.hotguf (mgr.14180) 1146 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:59.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:57.684360+0000 mgr.smithi019.hotguf (mgr.14180) 1146 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:27:59.382 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:27:59.382 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:00.071 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:27:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:27:59.376114+0000 mgr.smithi019.hotguf (mgr.14180) 1147 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:00.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:00.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:27:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:27:59.376114+0000 mgr.smithi019.hotguf (mgr.14180) 1147 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:01.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:27:59.684837+0000 mgr.smithi019.hotguf (mgr.14180) 1148 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:01.096 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:01.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:27:59.684837+0000 mgr.smithi019.hotguf (mgr.14180) 1148 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:03.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:01.685229+0000 mgr.smithi019.hotguf (mgr.14180) 1149 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:03.281 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:03.281 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:03.310 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:01.685229+0000 mgr.smithi019.hotguf (mgr.14180) 1149 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:04.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:04.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:03.274849+0000 mgr.smithi019.hotguf (mgr.14180) 1150 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:04.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:03.274849+0000 mgr.smithi019.hotguf (mgr.14180) 1150 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:05.033 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:05.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:03.686024+0000 mgr.smithi019.hotguf (mgr.14180) 1151 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:05.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:03.686024+0000 mgr.smithi019.hotguf (mgr.14180) 1151 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:07.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:05.686426+0000 mgr.smithi019.hotguf (mgr.14180) 1152 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:07.214 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:07.215 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:07.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:05.686426+0000 mgr.smithi019.hotguf (mgr.14180) 1152 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:07.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:08.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:07.208917+0000 mgr.smithi019.hotguf (mgr.14180) 1153 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:08.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:07.208917+0000 mgr.smithi019.hotguf (mgr.14180) 1153 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:08.757 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:09.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:07.687089+0000 mgr.smithi019.hotguf (mgr.14180) 1154 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:09.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:07.687089+0000 mgr.smithi019.hotguf (mgr.14180) 1154 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:10.983 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:10.983 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:11.281 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:09.687594+0000 mgr.smithi019.hotguf (mgr.14180) 1155 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:11.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:09.687594+0000 mgr.smithi019.hotguf (mgr.14180) 1155 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:11.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:12.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:10.977713+0000 mgr.smithi019.hotguf (mgr.14180) 1156 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:12.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:10.977713+0000 mgr.smithi019.hotguf (mgr.14180) 1156 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:12.689 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:13.236 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:11.688019+0000 mgr.smithi019.hotguf (mgr.14180) 1157 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:13.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:11.688019+0000 mgr.smithi019.hotguf (mgr.14180) 1157 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:14.954 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:14.954 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:15.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:13.688765+0000 mgr.smithi019.hotguf (mgr.14180) 1158 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:15.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:13.688765+0000 mgr.smithi019.hotguf (mgr.14180) 1158 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:15.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:16.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:14.948218+0000 mgr.smithi019.hotguf (mgr.14180) 1159 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:16.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:14.948218+0000 mgr.smithi019.hotguf (mgr.14180) 1159 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:16.752 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:17.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:15.689174+0000 mgr.smithi019.hotguf (mgr.14180) 1160 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:17.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:15.689174+0000 mgr.smithi019.hotguf (mgr.14180) 1160 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:18.840 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:18.841 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:19.243 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:17.689586+0000 mgr.smithi019.hotguf (mgr.14180) 1161 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:19.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:17.689586+0000 mgr.smithi019.hotguf (mgr.14180) 1161 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:19.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:20.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:18.831403+0000 mgr.smithi019.hotguf (mgr.14180) 1162 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:20.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:18.831403+0000 mgr.smithi019.hotguf (mgr.14180) 1162 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:20.690 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:21.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:19.690080+0000 mgr.smithi019.hotguf (mgr.14180) 1163 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:21.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:19.690080+0000 mgr.smithi019.hotguf (mgr.14180) 1163 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:22.951 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:22.951 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:23.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:21.690630+0000 mgr.smithi019.hotguf (mgr.14180) 1164 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:23.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:21.690630+0000 mgr.smithi019.hotguf (mgr.14180) 1164 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:23.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:24.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:22.945050+0000 mgr.smithi019.hotguf (mgr.14180) 1165 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:24.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:22.945050+0000 mgr.smithi019.hotguf (mgr.14180) 1165 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:24.754 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:25.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:23.691068+0000 mgr.smithi019.hotguf (mgr.14180) 1166 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:25.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:23.691068+0000 mgr.smithi019.hotguf (mgr.14180) 1166 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:26.963 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:26.964 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:27.308 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:25.691536+0000 mgr.smithi019.hotguf (mgr.14180) 1167 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:27.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:25.691536+0000 mgr.smithi019.hotguf (mgr.14180) 1167 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:27.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:28.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:26.957898+0000 mgr.smithi019.hotguf (mgr.14180) 1168 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:28.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:26.957898+0000 mgr.smithi019.hotguf (mgr.14180) 1168 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:28.753 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:29.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:27.692170+0000 mgr.smithi019.hotguf (mgr.14180) 1169 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:29.489 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:27.692170+0000 mgr.smithi019.hotguf (mgr.14180) 1169 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:31.102 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:31.102 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:31.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:29.692633+0000 mgr.smithi019.hotguf (mgr.14180) 1170 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:31.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:29.692633+0000 mgr.smithi019.hotguf (mgr.14180) 1170 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:31.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:32.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:31.096299+0000 mgr.smithi019.hotguf (mgr.14180) 1171 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:32.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:31.096299+0000 mgr.smithi019.hotguf (mgr.14180) 1171 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:32.898 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:33.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:31.693088+0000 mgr.smithi019.hotguf (mgr.14180) 1172 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:33.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:31.693088+0000 mgr.smithi019.hotguf (mgr.14180) 1172 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:35.186 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:35.187 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:35.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:33.693537+0000 mgr.smithi019.hotguf (mgr.14180) 1173 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:35.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:33.693537+0000 mgr.smithi019.hotguf (mgr.14180) 1173 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:35.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:36.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:35.180858+0000 mgr.smithi019.hotguf (mgr.14180) 1174 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:36.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:35.180858+0000 mgr.smithi019.hotguf (mgr.14180) 1174 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:36.889 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:37.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:35.693973+0000 mgr.smithi019.hotguf (mgr.14180) 1175 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:37.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:35.693973+0000 mgr.smithi019.hotguf (mgr.14180) 1175 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:39.073 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:39.074 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:39.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:37.694544+0000 mgr.smithi019.hotguf (mgr.14180) 1176 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:39.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:37.694544+0000 mgr.smithi019.hotguf (mgr.14180) 1176 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:39.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:40.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:39.067590+0000 mgr.smithi019.hotguf (mgr.14180) 1177 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:40.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:39.067590+0000 mgr.smithi019.hotguf (mgr.14180) 1177 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:40.836 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:41.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:39.695115+0000 mgr.smithi019.hotguf (mgr.14180) 1178 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:41.533 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:39.695115+0000 mgr.smithi019.hotguf (mgr.14180) 1178 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:42.984 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:42.984 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:43.327 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:41.695521+0000 mgr.smithi019.hotguf (mgr.14180) 1179 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:43.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:41.695521+0000 mgr.smithi019.hotguf (mgr.14180) 1179 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:43.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:44.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:42.978105+0000 mgr.smithi019.hotguf (mgr.14180) 1180 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:44.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:42.978105+0000 mgr.smithi019.hotguf (mgr.14180) 1180 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:44.753 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:45.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:43.696182+0000 mgr.smithi019.hotguf (mgr.14180) 1181 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:45.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:43.696182+0000 mgr.smithi019.hotguf (mgr.14180) 1181 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:46.984 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:46.985 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:47.318 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:45.696650+0000 mgr.smithi019.hotguf (mgr.14180) 1182 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:47.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:45.696650+0000 mgr.smithi019.hotguf (mgr.14180) 1182 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:47.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:48.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:46.978584+0000 mgr.smithi019.hotguf (mgr.14180) 1183 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:48.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:46.978584+0000 mgr.smithi019.hotguf (mgr.14180) 1183 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:48.740 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:49.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:47.697193+0000 mgr.smithi019.hotguf (mgr.14180) 1184 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:49.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:47.697193+0000 mgr.smithi019.hotguf (mgr.14180) 1184 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:50.980 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:50.981 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:51.308 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:49.697664+0000 mgr.smithi019.hotguf (mgr.14180) 1185 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:51.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:49.697664+0000 mgr.smithi019.hotguf (mgr.14180) 1185 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:51.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:52.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:50.974655+0000 mgr.smithi019.hotguf (mgr.14180) 1186 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:52.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:50.974655+0000 mgr.smithi019.hotguf (mgr.14180) 1186 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:52.731 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:53.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:51.698219+0000 mgr.smithi019.hotguf (mgr.14180) 1187 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:53.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:51.698219+0000 mgr.smithi019.hotguf (mgr.14180) 1187 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:54.823 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:54.823 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:55.506 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:53.698750+0000 mgr.smithi019.hotguf (mgr.14180) 1188 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:55.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:55.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:53.698750+0000 mgr.smithi019.hotguf (mgr.14180) 1188 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:28:56.530 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:28:56.565 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:54.817316+0000 mgr.smithi019.hotguf (mgr.14180) 1189 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:56.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:54.817316+0000 mgr.smithi019.hotguf (mgr.14180) 1189 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:28:57.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:55.699243+0000 mgr.smithi019.hotguf (mgr.14180) 1190 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:57.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:55.699243+0000 mgr.smithi019.hotguf (mgr.14180) 1190 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:58.759 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:28:58.759 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:28:59.518 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:28:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:57.699724+0000 mgr.smithi019.hotguf (mgr.14180) 1191 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:28:59.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:28:59.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:28:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:57.699724+0000 mgr.smithi019.hotguf (mgr.14180) 1191 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:00.544 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:00.578 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:28:58.753648+0000 mgr.smithi019.hotguf (mgr.14180) 1192 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:00.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:28:58.753648+0000 mgr.smithi019.hotguf (mgr.14180) 1192 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:01.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:28:59.700316+0000 mgr.smithi019.hotguf (mgr.14180) 1193 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:01.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:28:59.700316+0000 mgr.smithi019.hotguf (mgr.14180) 1193 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:02.785 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:02.785 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:03.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:01.700706+0000 mgr.smithi019.hotguf (mgr.14180) 1194 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:03.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:03.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:01.700706+0000 mgr.smithi019.hotguf (mgr.14180) 1194 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:04.477 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:04.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:02.779255+0000 mgr.smithi019.hotguf (mgr.14180) 1195 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:04.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:02.779255+0000 mgr.smithi019.hotguf (mgr.14180) 1195 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:05.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:03.701338+0000 mgr.smithi019.hotguf (mgr.14180) 1196 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:05.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:03.701338+0000 mgr.smithi019.hotguf (mgr.14180) 1196 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:06.592 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:06.592 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:07.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:05.701805+0000 mgr.smithi019.hotguf (mgr.14180) 1197 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:07.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:06.586356+0000 mgr.smithi019.hotguf (mgr.14180) 1198 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:07.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:07.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:05.701805+0000 mgr.smithi019.hotguf (mgr.14180) 1197 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:07.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:06.586356+0000 mgr.smithi019.hotguf (mgr.14180) 1198 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:08.430 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:09.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:07.702325+0000 mgr.smithi019.hotguf (mgr.14180) 1199 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:09.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:07.702325+0000 mgr.smithi019.hotguf (mgr.14180) 1199 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:10.872 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:10.872 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:11.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:09.702814+0000 mgr.smithi019.hotguf (mgr.14180) 1200 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:11.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:11.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:09.702814+0000 mgr.smithi019.hotguf (mgr.14180) 1200 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:12.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:10.866274+0000 mgr.smithi019.hotguf (mgr.14180) 1201 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:12.666 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:12.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:10.866274+0000 mgr.smithi019.hotguf (mgr.14180) 1201 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:13.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:11.703268+0000 mgr.smithi019.hotguf (mgr.14180) 1202 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:13.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:11.703268+0000 mgr.smithi019.hotguf (mgr.14180) 1202 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:14.818 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:14.818 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:15.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:13.703904+0000 mgr.smithi019.hotguf (mgr.14180) 1203 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:15.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:15.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:13.703904+0000 mgr.smithi019.hotguf (mgr.14180) 1203 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:16.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:14.812463+0000 mgr.smithi019.hotguf (mgr.14180) 1204 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:16.612 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:16.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:14.812463+0000 mgr.smithi019.hotguf (mgr.14180) 1204 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:17.356 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:15.704404+0000 mgr.smithi019.hotguf (mgr.14180) 1205 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:17.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:15.704404+0000 mgr.smithi019.hotguf (mgr.14180) 1205 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:18.906 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:18.906 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:19.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:17.704940+0000 mgr.smithi019.hotguf (mgr.14180) 1206 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:19.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:19.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:17.704940+0000 mgr.smithi019.hotguf (mgr.14180) 1206 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:20.511 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:20.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:18.900343+0000 mgr.smithi019.hotguf (mgr.14180) 1207 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:20.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:18.900343+0000 mgr.smithi019.hotguf (mgr.14180) 1207 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:21.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:19.705656+0000 mgr.smithi019.hotguf (mgr.14180) 1208 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:21.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:19.705656+0000 mgr.smithi019.hotguf (mgr.14180) 1208 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:22.704 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:22.704 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:23.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:21.706186+0000 mgr.smithi019.hotguf (mgr.14180) 1209 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:23.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:23.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:21.706186+0000 mgr.smithi019.hotguf (mgr.14180) 1209 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:24.393 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:24.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:22.698122+0000 mgr.smithi019.hotguf (mgr.14180) 1210 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:24.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:22.698122+0000 mgr.smithi019.hotguf (mgr.14180) 1210 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:25.334 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:23.706810+0000 mgr.smithi019.hotguf (mgr.14180) 1211 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:25.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:23.706810+0000 mgr.smithi019.hotguf (mgr.14180) 1211 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:26.474 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:26.474 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:20:53.077926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.mqmpvj on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-mqmpvj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.mqmpvj\nDeploy daemon haproxy.nfs.foo.smithi188.mqmpvj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:19:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:19:38Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:20: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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.977434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jqleuu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-jqleuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.jqleuu\nDeploy daemon haproxy.nfs.foo.smithi019.jqleuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:21:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:22:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:23:22.979419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.emqybg on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:27.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:27.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:25.707354+0000 mgr.smithi019.hotguf (mgr.14180) 1212 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:27.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:26.468125+0000 mgr.smithi019.hotguf (mgr.14180) 1213 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:27.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:25.707354+0000 mgr.smithi019.hotguf (mgr.14180) 1212 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:27.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:26.468125+0000 mgr.smithi019.hotguf (mgr.14180) 1213 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:28.175 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:29.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:27.708031+0000 mgr.smithi019.hotguf (mgr.14180) 1214 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:29.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:27.708031+0000 mgr.smithi019.hotguf (mgr.14180) 1214 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:30.395 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:30.395 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:31.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:31.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:29.708533+0000 mgr.smithi019.hotguf (mgr.14180) 1215 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:31.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:29:30.327458+0000 mgr.smithi019.hotguf (mgr.14180) 1216 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.epzagv ... 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:27:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:28:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:28:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:29:31.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.epzagv ... 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:27:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:28:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:28:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:29:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:29:30.327626+0000 mgr.smithi019.hotguf (mgr.14180) 1217 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:30.327999+0000 mon.smithi019 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.epzagv"}]: dispatch 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:29:30.328549+0000 mgr.smithi019.hotguf (mgr.14180) 1218 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi019.epzagv ... 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:27:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:28:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:28:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:29:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:29:30.329696+0000 mgr.smithi019.hotguf (mgr.14180) 1219 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:29:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:29:30.330657+0000 mgr.smithi019.hotguf (mgr.14180) 1220 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:29:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:30.331234+0000 mgr.smithi019.hotguf (mgr.14180) 1221 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:30.389636+0000 mgr.smithi019.hotguf (mgr.14180) 1222 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:31.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:29.708533+0000 mgr.smithi019.hotguf (mgr.14180) 1215 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:31.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:29:30.327458+0000 mgr.smithi019.hotguf (mgr.14180) 1216 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.epzagv ... 2024-02-19T22:29:31.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:29:31.669 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:27:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:28:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:28:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:29:31.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:29:31.670 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:29:31.671 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:29:31.671 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:29:31.671 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:29:31.671 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.671 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.671 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.671 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.672 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.epzagv ... 2024-02-19T22:29:31.672 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.672 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:29:31.672 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:27:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.672 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:28:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.672 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:28:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.673 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:29:31.673 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.673 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:29:30.327626+0000 mgr.smithi019.hotguf (mgr.14180) 1217 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.673 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:30.327999+0000 mon.smithi019 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.epzagv"}]: dispatch 2024-02-19T22:29:31.673 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:29:30.328549+0000 mgr.smithi019.hotguf (mgr.14180) 1218 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.673 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:29:31.673 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.674 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:29:31.674 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi019.epzagv ... 2024-02-19T22:29:31.674 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.674 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:29:31.674 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:27:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.674 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:28:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.674 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:28:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:29:31.675 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:29:31.675 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:29:31.675 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:29:30.329696+0000 mgr.smithi019.hotguf (mgr.14180) 1219 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:29:31.675 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:29:30.330657+0000 mgr.smithi019.hotguf (mgr.14180) 1220 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:29:31.675 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:30.331234+0000 mgr.smithi019.hotguf (mgr.14180) 1221 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:31.675 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:30.389636+0000 mgr.smithi019.hotguf (mgr.14180) 1222 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:32.197 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:32.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:31.267101+0000 mon.smithi019 (mon.0) 749 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:29:32.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:31.267101+0000 mon.smithi019 (mon.0) 749 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:29:33.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:32.331799+0000 mgr.smithi019.hotguf (mgr.14180) 1223 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:33.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:32.331799+0000 mgr.smithi019.hotguf (mgr.14180) 1223 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:34.458 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:34.459 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:35.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:33.747046+0000 mon.smithi019 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:29:35.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:34.332379+0000 mgr.smithi019.hotguf (mgr.14180) 1224 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:35.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:34.452538+0000 mgr.smithi019.hotguf (mgr.14180) 1225 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:35.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:33.747046+0000 mon.smithi019 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:29:35.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:34.332379+0000 mgr.smithi019.hotguf (mgr.14180) 1224 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:35.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:34.452538+0000 mgr.smithi019.hotguf (mgr.14180) 1225 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:35.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:36.193 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:37.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:36.332887+0000 mgr.smithi019.hotguf (mgr.14180) 1226 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:37.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:36.332887+0000 mgr.smithi019.hotguf (mgr.14180) 1226 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:38.577 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:38.577 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:39.252 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:38.152414+0000 mon.smithi019 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:29:39.253 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:38.333481+0000 mgr.smithi019.hotguf (mgr.14180) 1227 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:39.253 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:38.571734+0000 mgr.smithi019.hotguf (mgr.14180) 1228 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:39.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:39.416 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:38.152414+0000 mon.smithi019 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:29:39.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:38.333481+0000 mgr.smithi019.hotguf (mgr.14180) 1227 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:39.417 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:38.571734+0000 mgr.smithi019.hotguf (mgr.14180) 1228 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:40.276 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:41.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:40.333962+0000 mgr.smithi019.hotguf (mgr.14180) 1229 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:41.776 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:40.333962+0000 mgr.smithi019.hotguf (mgr.14180) 1229 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T22:29:42.537 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:42.537 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:43.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:43.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:42.334480+0000 mgr.smithi019.hotguf (mgr.14180) 1230 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:43.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:43 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:42.530474+0000 mgr.smithi019.hotguf (mgr.14180) 1231 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:43.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:42.334480+0000 mgr.smithi019.hotguf (mgr.14180) 1230 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:43.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:43 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:42.530474+0000 mgr.smithi019.hotguf (mgr.14180) 1231 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:44.300 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:45.668 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:44.335191+0000 mgr.smithi019.hotguf (mgr.14180) 1232 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:45.806 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:44.335191+0000 mgr.smithi019.hotguf (mgr.14180) 1232 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:46.500 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:46.500 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:47.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:47.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:46.335729+0000 mgr.smithi019.hotguf (mgr.14180) 1233 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:47.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:47 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:46.494773+0000 mgr.smithi019.hotguf (mgr.14180) 1234 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:47.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:46.335729+0000 mgr.smithi019.hotguf (mgr.14180) 1233 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:47.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:47 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:46.494773+0000 mgr.smithi019.hotguf (mgr.14180) 1234 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:48.194 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:49.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:48.336358+0000 mgr.smithi019.hotguf (mgr.14180) 1235 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:49.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:48.336358+0000 mgr.smithi019.hotguf (mgr.14180) 1235 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:50.429 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:50.429 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:51.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:51.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:50.336802+0000 mgr.smithi019.hotguf (mgr.14180) 1236 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:51.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:51 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:50.423331+0000 mgr.smithi019.hotguf (mgr.14180) 1237 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:51.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:50.336802+0000 mgr.smithi019.hotguf (mgr.14180) 1236 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:51.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:51 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:50.423331+0000 mgr.smithi019.hotguf (mgr.14180) 1237 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:52.228 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:53.659 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:52.337333+0000 mgr.smithi019.hotguf (mgr.14180) 1238 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:53.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:52.337333+0000 mgr.smithi019.hotguf (mgr.14180) 1238 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:54.394 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:54.394 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:55.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:55.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:54.337951+0000 mgr.smithi019.hotguf (mgr.14180) 1239 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:55.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:55 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:54.388164+0000 mgr.smithi019.hotguf (mgr.14180) 1240 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:55.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:54.337951+0000 mgr.smithi019.hotguf (mgr.14180) 1239 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:29:55.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:55 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:54.388164+0000 mgr.smithi019.hotguf (mgr.14180) 1240 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:56.116 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:29:57.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:56.338561+0000 mgr.smithi019.hotguf (mgr.14180) 1241 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:57.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:56.338561+0000 mgr.smithi019.hotguf (mgr.14180) 1241 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:58.504 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:29:58.504 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:29:59.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:29:59.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:29:58.339201+0000 mgr.smithi019.hotguf (mgr.14180) 1242 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:59.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:29:59 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:29:58.498381+0000 mgr.smithi019.hotguf (mgr.14180) 1243 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:29:59.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:29:58.339201+0000 mgr.smithi019.hotguf (mgr.14180) 1242 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:29:59.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:29:59 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:29:58.498381+0000 mgr.smithi019.hotguf (mgr.14180) 1243 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:00.266 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:00.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000189+0000 mon.smithi019 (mon.0) 752 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-19T22:30:00.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000266+0000 mon.smithi019 (mon.0) 753 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-19T22:30:00.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000312+0000 mon.smithi019 (mon.0) 754 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:30:00.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000357+0000 mon.smithi019 (mon.0) 755 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:30:00.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000420+0000 mon.smithi019 (mon.0) 756 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000461+0000 mon.smithi019 (mon.0) 757 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000501+0000 mon.smithi019 (mon.0) 758 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi188.njdwwa ... 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000537+0000 mon.smithi019 (mon.0) 759 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000566+0000 mon.smithi019 (mon.0) 760 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000589+0000 mon.smithi019 (mon.0) 761 : cluster [WRN] stat: stderr time="2024-02-19T22:25:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000609+0000 mon.smithi019 (mon.0) 762 : cluster [WRN] stat: stderr time="2024-02-19T22:25:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000625+0000 mon.smithi019 (mon.0) 763 : cluster [WRN] stat: stderr time="2024-02-19T22:26:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000645+0000 mon.smithi019 (mon.0) 764 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000664+0000 mon.smithi019 (mon.0) 765 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000691+0000 mon.smithi019 (mon.0) 766 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000718+0000 mon.smithi019 (mon.0) 767 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000733+0000 mon.smithi019 (mon.0) 768 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000745+0000 mon.smithi019 (mon.0) 769 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:30:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000758+0000 mon.smithi019 (mon.0) 770 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi019.epzagv ... 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000775+0000 mon.smithi019 (mon.0) 771 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000790+0000 mon.smithi019 (mon.0) 772 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000805+0000 mon.smithi019 (mon.0) 773 : cluster [WRN] stat: stderr time="2024-02-19T22:27:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000819+0000 mon.smithi019 (mon.0) 774 : cluster [WRN] stat: stderr time="2024-02-19T22:28:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000833+0000 mon.smithi019 (mon.0) 775 : cluster [WRN] stat: stderr time="2024-02-19T22:28:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000856+0000 mon.smithi019 (mon.0) 776 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000884+0000 mon.smithi019 (mon.0) 777 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000904+0000 mon.smithi019 (mon.0) 778 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:30:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.000920+0000 mon.smithi019 (mon.0) 779 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:30:00.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000189+0000 mon.smithi019 (mon.0) 752 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-19T22:30:00.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000266+0000 mon.smithi019 (mon.0) 753 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-19T22:30:00.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000312+0000 mon.smithi019 (mon.0) 754 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:30:00.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000357+0000 mon.smithi019 (mon.0) 755 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000420+0000 mon.smithi019 (mon.0) 756 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000461+0000 mon.smithi019 (mon.0) 757 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000501+0000 mon.smithi019 (mon.0) 758 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi188.njdwwa ... 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000537+0000 mon.smithi019 (mon.0) 759 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000566+0000 mon.smithi019 (mon.0) 760 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000589+0000 mon.smithi019 (mon.0) 761 : cluster [WRN] stat: stderr time="2024-02-19T22:25:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000609+0000 mon.smithi019 (mon.0) 762 : cluster [WRN] stat: stderr time="2024-02-19T22:25:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000625+0000 mon.smithi019 (mon.0) 763 : cluster [WRN] stat: stderr time="2024-02-19T22:26:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000645+0000 mon.smithi019 (mon.0) 764 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000664+0000 mon.smithi019 (mon.0) 765 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000691+0000 mon.smithi019 (mon.0) 766 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:30:00.918 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000718+0000 mon.smithi019 (mon.0) 767 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000733+0000 mon.smithi019 (mon.0) 768 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000745+0000 mon.smithi019 (mon.0) 769 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000758+0000 mon.smithi019 (mon.0) 770 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi019.epzagv ... 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000775+0000 mon.smithi019 (mon.0) 771 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000790+0000 mon.smithi019 (mon.0) 772 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000805+0000 mon.smithi019 (mon.0) 773 : cluster [WRN] stat: stderr time="2024-02-19T22:27:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000819+0000 mon.smithi019 (mon.0) 774 : cluster [WRN] stat: stderr time="2024-02-19T22:28:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000833+0000 mon.smithi019 (mon.0) 775 : cluster [WRN] stat: stderr time="2024-02-19T22:28:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000856+0000 mon.smithi019 (mon.0) 776 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000884+0000 mon.smithi019 (mon.0) 777 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000904+0000 mon.smithi019 (mon.0) 778 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:30:00.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.000920+0000 mon.smithi019 (mon.0) 779 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T22:30:01.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:00.339719+0000 mgr.smithi019.hotguf (mgr.14180) 1244 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:01.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:00.339719+0000 mgr.smithi019.hotguf (mgr.14180) 1244 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:02.575 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:02.575 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:03.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:03.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:02.340297+0000 mgr.smithi019.hotguf (mgr.14180) 1245 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:03.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:03 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:02.569156+0000 mgr.smithi019.hotguf (mgr.14180) 1246 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:03.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:02.340297+0000 mgr.smithi019.hotguf (mgr.14180) 1245 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:03.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:03 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:02.569156+0000 mgr.smithi019.hotguf (mgr.14180) 1246 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:04.367 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:05.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:04.341281+0000 mgr.smithi019.hotguf (mgr.14180) 1247 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:05.813 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:04.341281+0000 mgr.smithi019.hotguf (mgr.14180) 1247 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:06.537 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:06.537 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:07.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:07.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:06.341798+0000 mgr.smithi019.hotguf (mgr.14180) 1248 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:07.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:07 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:06.531361+0000 mgr.smithi019.hotguf (mgr.14180) 1249 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:07.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:06.341798+0000 mgr.smithi019.hotguf (mgr.14180) 1248 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:07.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:07 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:06.531361+0000 mgr.smithi019.hotguf (mgr.14180) 1249 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:08.395 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:09.769 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:08.342642+0000 mgr.smithi019.hotguf (mgr.14180) 1250 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:09.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:08.342642+0000 mgr.smithi019.hotguf (mgr.14180) 1250 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:10.489 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:10.489 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:11.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:11.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:10.343105+0000 mgr.smithi019.hotguf (mgr.14180) 1251 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:11.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:10.483301+0000 mgr.smithi019.hotguf (mgr.14180) 1252 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:11.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:10.343105+0000 mgr.smithi019.hotguf (mgr.14180) 1251 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:11.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:10.483301+0000 mgr.smithi019.hotguf (mgr.14180) 1252 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:12.276 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:13.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:12.343660+0000 mgr.smithi019.hotguf (mgr.14180) 1253 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:13.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:12.343660+0000 mgr.smithi019.hotguf (mgr.14180) 1253 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:14.413 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:14.413 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:15.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:15.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:14.344266+0000 mgr.smithi019.hotguf (mgr.14180) 1254 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:15.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:15 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:14.407488+0000 mgr.smithi019.hotguf (mgr.14180) 1255 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:15.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:14.344266+0000 mgr.smithi019.hotguf (mgr.14180) 1254 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:15.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:14.407488+0000 mgr.smithi019.hotguf (mgr.14180) 1255 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:16.198 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:17.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:16.344778+0000 mgr.smithi019.hotguf (mgr.14180) 1256 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:17.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:16.344778+0000 mgr.smithi019.hotguf (mgr.14180) 1256 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:18.482 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:18.483 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:19.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:19.583 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:18.345412+0000 mgr.smithi019.hotguf (mgr.14180) 1257 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:19.584 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:19 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:18.476327+0000 mgr.smithi019.hotguf (mgr.14180) 1258 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:19.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:18.345412+0000 mgr.smithi019.hotguf (mgr.14180) 1257 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:19.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:19 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:18.476327+0000 mgr.smithi019.hotguf (mgr.14180) 1258 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:20.279 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:21.695 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:20.345908+0000 mgr.smithi019.hotguf (mgr.14180) 1259 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:21.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:20.345908+0000 mgr.smithi019.hotguf (mgr.14180) 1259 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:22.397 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:22.398 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:23.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:23.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:22.346446+0000 mgr.smithi019.hotguf (mgr.14180) 1260 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:23.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:22.391886+0000 mgr.smithi019.hotguf (mgr.14180) 1261 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:23.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:22.346446+0000 mgr.smithi019.hotguf (mgr.14180) 1260 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:23.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:22.391886+0000 mgr.smithi019.hotguf (mgr.14180) 1261 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:24.126 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:25.793 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:24.347056+0000 mgr.smithi019.hotguf (mgr.14180) 1262 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:25.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:24.347056+0000 mgr.smithi019.hotguf (mgr.14180) 1262 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:26.242 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:26.242 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:26.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:27.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:26.236425+0000 mgr.smithi019.hotguf (mgr.14180) 1263 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:27.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:27 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:26.347643+0000 mgr.smithi019.hotguf (mgr.14180) 1264 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:27.906 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:27.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:26.236425+0000 mgr.smithi019.hotguf (mgr.14180) 1263 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:27.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:27 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:26.347643+0000 mgr.smithi019.hotguf (mgr.14180) 1264 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:29.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:28.348427+0000 mgr.smithi019.hotguf (mgr.14180) 1265 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:29.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:28.348427+0000 mgr.smithi019.hotguf (mgr.14180) 1265 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:30.101 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:30.101 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:25.096259Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:25.096905Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:25.096404Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:25.096481Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:25.096550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:25.096618Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:30.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:30.333398+0000 mon.smithi019 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:30:30.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:30.333398+0000 mon.smithi019 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T22:30:30.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:31.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:30.095635+0000 mgr.smithi019.hotguf (mgr.14180) 1266 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:31.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:30.348885+0000 mgr.smithi019.hotguf (mgr.14180) 1267 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:31.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:31 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:30.581417+0000 mon.smithi019 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:31.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:30.095635+0000 mgr.smithi019.hotguf (mgr.14180) 1266 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:31.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:30.348885+0000 mgr.smithi019.hotguf (mgr.14180) 1267 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:31.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:31 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:30.581417+0000 mon.smithi019 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:31.937 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:33.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:32.349401+0000 mgr.smithi019.hotguf (mgr.14180) 1268 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:33.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:32.852927+0000 mon.smithi019 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:33.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:32.349401+0000 mgr.smithi019.hotguf (mgr.14180) 1268 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:33.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:32.852927+0000 mon.smithi019 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:34.832 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:34.832 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:24:30.980831Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:24:30.980937Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:24:30.981020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:24:30.981560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:24:30.980740Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:24:30.980566Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:24:30.981645Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:24:30.981100Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:24:30.981254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:24:30.981177Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:35.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:35 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:34.350279+0000 mgr.smithi019.hotguf (mgr.14180) 1269 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:36.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:35 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:34.350279+0000 mgr.smithi019.hotguf (mgr.14180) 1269 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:36.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:34.826099+0000 mgr.smithi019.hotguf (mgr.14180) 1270 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:37.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:34.826099+0000 mgr.smithi019.hotguf (mgr.14180) 1270 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:37.233 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:37.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:36.350829+0000 mgr.smithi019.hotguf (mgr.14180) 1271 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:38.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:36.350829+0000 mgr.smithi019.hotguf (mgr.14180) 1271 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:39.666 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:38.351528+0000 mgr.smithi019.hotguf (mgr.14180) 1272 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:39.666 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:38.580713+0000 mon.smithi019 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:39.666 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:39.518047+0000 mon.smithi019 (mon.0) 784 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:30:39.666 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:39.518764+0000 mon.smithi019 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:30:39.666 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:39.522892+0000 mon.smithi019 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:39.666 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:39.527113+0000 mon.smithi019 (mon.0) 787 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:30:39.666 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:39 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:39.534319+0000 mon.smithi019 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:39.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:38.351528+0000 mgr.smithi019.hotguf (mgr.14180) 1272 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:39.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:38.580713+0000 mon.smithi019 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:39.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:39.518047+0000 mon.smithi019 (mon.0) 784 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T22:30:39.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:39.518764+0000 mon.smithi019 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T22:30:39.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:39.522892+0000 mon.smithi019 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:39.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:39.527113+0000 mon.smithi019 (mon.0) 787 : audit [DBG] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T22:30:39.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:39 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:39.534319+0000 mon.smithi019 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:40.101 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:40.101 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:40.734 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:39.523303+0000 mgr.smithi019.hotguf (mgr.14180) 1273 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:40.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:30:39.536537+0000 mgr.smithi019.hotguf (mgr.14180) 1274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.opxugb on smithi188 2024-02-19T22:30:40.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:40.521249+0000 mon.smithi019 (mon.0) 789 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T22:30:40.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:40.521322+0000 mon.smithi019 (mon.0) 790 : cluster [INF] Cluster is now healthy 2024-02-19T22:30:40.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:39.523303+0000 mgr.smithi019.hotguf (mgr.14180) 1273 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:30:39.536537+0000 mgr.smithi019.hotguf (mgr.14180) 1274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi188.opxugb on smithi188 2024-02-19T22:30:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:40.521249+0000 mon.smithi019 (mon.0) 789 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T22:30:40.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:40.521322+0000 mon.smithi019 (mon.0) 790 : cluster [INF] Cluster is now healthy 2024-02-19T22:30:41.760 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:41.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:40.095448+0000 mgr.smithi019.hotguf (mgr.14180) 1275 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:42.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:40.095448+0000 mgr.smithi019.hotguf (mgr.14180) 1275 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:42.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:41.523837+0000 mgr.smithi019.hotguf (mgr.14180) 1276 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:42.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:41.523837+0000 mgr.smithi019.hotguf (mgr.14180) 1276 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:44.075 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:44.075 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:44.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:43.524348+0000 mgr.smithi019.hotguf (mgr.14180) 1277 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-19T22:30:44.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:43.524348+0000 mgr.smithi019.hotguf (mgr.14180) 1277 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-19T22:30:45.772 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:44.069356+0000 mgr.smithi019.hotguf (mgr.14180) 1278 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:46.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:44.069356+0000 mgr.smithi019.hotguf (mgr.14180) 1278 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:46.891 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:45.524753+0000 mgr.smithi019.hotguf (mgr.14180) 1279 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:46.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:45.524753+0000 mgr.smithi019.hotguf (mgr.14180) 1279 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:48.029 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:48.029 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:48.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:47.525332+0000 mgr.smithi019.hotguf (mgr.14180) 1280 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:48.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:47.525332+0000 mgr.smithi019.hotguf (mgr.14180) 1280 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:49.820 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:49.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:48.023794+0000 mgr.smithi019.hotguf (mgr.14180) 1281 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:50.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:48.023794+0000 mgr.smithi019.hotguf (mgr.14180) 1281 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:50.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:49.526085+0000 mgr.smithi019.hotguf (mgr.14180) 1282 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:50.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:49.526085+0000 mgr.smithi019.hotguf (mgr.14180) 1282 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-19T22:30:52.028 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:52.028 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:52.753 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:51.526504+0000 mgr.smithi019.hotguf (mgr.14180) 1283 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:52.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:51.526504+0000 mgr.smithi019.hotguf (mgr.14180) 1283 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:53.776 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:53.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:52.022802+0000 mgr.smithi019.hotguf (mgr.14180) 1284 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:53.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:53.154593+0000 mon.smithi019 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:54.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:52.022802+0000 mgr.smithi019.hotguf (mgr.14180) 1284 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:53.154593+0000 mon.smithi019 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' 2024-02-19T22:30:54.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:53.527155+0000 mgr.smithi019.hotguf (mgr.14180) 1285 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:55.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:53.527155+0000 mgr.smithi019.hotguf (mgr.14180) 1285 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:30:55.915 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:55.915 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:30:56.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:30:56.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:55.527652+0000 mgr.smithi019.hotguf (mgr.14180) 1286 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:57.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:55.527652+0000 mgr.smithi019.hotguf (mgr.14180) 1286 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:57.739 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:30:57.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:55.908898+0000 mgr.smithi019.hotguf (mgr.14180) 1287 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:58.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:55.908898+0000 mgr.smithi019.hotguf (mgr.14180) 1287 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:30:58.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:30:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:57.528236+0000 mgr.smithi019.hotguf (mgr.14180) 1288 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:58.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:30:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:57.528236+0000 mgr.smithi019.hotguf (mgr.14180) 1288 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:30:59.940 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:30:59.941 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:00.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:30:59.528862+0000 mgr.smithi019.hotguf (mgr.14180) 1289 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:01.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:30:59.528862+0000 mgr.smithi019.hotguf (mgr.14180) 1289 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:01.641 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:01.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:30:59.934668+0000 mgr.smithi019.hotguf (mgr.14180) 1290 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:02.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:30:59.934668+0000 mgr.smithi019.hotguf (mgr.14180) 1290 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:02.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:01.529517+0000 mgr.smithi019.hotguf (mgr.14180) 1291 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:03.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:01.529517+0000 mgr.smithi019.hotguf (mgr.14180) 1291 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:03.842 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:03.843 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:04.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:04.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:03.530144+0000 mgr.smithi019.hotguf (mgr.14180) 1292 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:04.919 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:03.530144+0000 mgr.smithi019.hotguf (mgr.14180) 1292 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:05.588 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:06.061 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:03.836428+0000 mgr.smithi019.hotguf (mgr.14180) 1293 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:06.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:03.836428+0000 mgr.smithi019.hotguf (mgr.14180) 1293 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:07.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:05.530832+0000 mgr.smithi019.hotguf (mgr.14180) 1294 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:07.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:05.530832+0000 mgr.smithi019.hotguf (mgr.14180) 1294 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:07.807 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:07.808 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:08.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:09.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:07.531319+0000 mgr.smithi019.hotguf (mgr.14180) 1295 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:09.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:07.531319+0000 mgr.smithi019.hotguf (mgr.14180) 1295 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:09.721 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:10.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:07.800671+0000 mgr.smithi019.hotguf (mgr.14180) 1296 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:10.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:07.800671+0000 mgr.smithi019.hotguf (mgr.14180) 1296 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:10.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:09.531911+0000 mgr.smithi019.hotguf (mgr.14180) 1297 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:11.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:09.531911+0000 mgr.smithi019.hotguf (mgr.14180) 1297 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:11.936 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:11.936 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:12.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:13.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:11.532330+0000 mgr.smithi019.hotguf (mgr.14180) 1298 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:13.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:11.532330+0000 mgr.smithi019.hotguf (mgr.14180) 1298 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:13.625 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:14.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:11.930233+0000 mgr.smithi019.hotguf (mgr.14180) 1299 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:14.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:11.930233+0000 mgr.smithi019.hotguf (mgr.14180) 1299 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:15.024 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:13.533013+0000 mgr.smithi019.hotguf (mgr.14180) 1300 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:15.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:13.533013+0000 mgr.smithi019.hotguf (mgr.14180) 1300 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:15.735 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:15.735 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:16.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:17.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:15.533307+0000 mgr.smithi019.hotguf (mgr.14180) 1301 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:17.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:15.533307+0000 mgr.smithi019.hotguf (mgr.14180) 1301 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:17.431 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:17.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:15.729544+0000 mgr.smithi019.hotguf (mgr.14180) 1302 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:18.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:15.729544+0000 mgr.smithi019.hotguf (mgr.14180) 1302 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:18.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:17.533826+0000 mgr.smithi019.hotguf (mgr.14180) 1303 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:19.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:17.533826+0000 mgr.smithi019.hotguf (mgr.14180) 1303 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:19.597 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:19.597 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:20.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:19.534318+0000 mgr.smithi019.hotguf (mgr.14180) 1304 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:21.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:19.590783+0000 mgr.smithi019.hotguf (mgr.14180) 1305 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:21.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:19.534318+0000 mgr.smithi019.hotguf (mgr.14180) 1304 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:21.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:19.590783+0000 mgr.smithi019.hotguf (mgr.14180) 1305 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:21.295 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:23.025 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:21.534680+0000 mgr.smithi019.hotguf (mgr.14180) 1306 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:23.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:21.534680+0000 mgr.smithi019.hotguf (mgr.14180) 1306 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:23.470 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:23.470 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:24.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:25.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:23.464418+0000 mgr.smithi019.hotguf (mgr.14180) 1307 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:25.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:23.535197+0000 mgr.smithi019.hotguf (mgr.14180) 1308 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:25.138 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:25.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:23.464418+0000 mgr.smithi019.hotguf (mgr.14180) 1307 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:25.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:23.535197+0000 mgr.smithi019.hotguf (mgr.14180) 1308 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:26.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:25.535625+0000 mgr.smithi019.hotguf (mgr.14180) 1309 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:26.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:25.535625+0000 mgr.smithi019.hotguf (mgr.14180) 1309 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:27.249 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:27.249 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:28.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:27.242737+0000 mgr.smithi019.hotguf (mgr.14180) 1310 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:27.536278+0000 mgr.smithi019.hotguf (mgr.14180) 1311 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:29.032 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:29.068 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:27.242737+0000 mgr.smithi019.hotguf (mgr.14180) 1310 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:29.068 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:27.536278+0000 mgr.smithi019.hotguf (mgr.14180) 1311 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:30.900 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:29.536856+0000 mgr.smithi019.hotguf (mgr.14180) 1312 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:30.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:29.536856+0000 mgr.smithi019.hotguf (mgr.14180) 1312 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:31.384 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:31.384 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:32.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:32.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:31.378348+0000 mgr.smithi019.hotguf (mgr.14180) 1313 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:32.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:31.537233+0000 mgr.smithi019.hotguf (mgr.14180) 1314 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:33.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:31.378348+0000 mgr.smithi019.hotguf (mgr.14180) 1313 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:33.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:31.537233+0000 mgr.smithi019.hotguf (mgr.14180) 1314 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:33.089 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:34.896 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:33.537973+0000 mgr.smithi019.hotguf (mgr.14180) 1315 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:34.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:33.537973+0000 mgr.smithi019.hotguf (mgr.14180) 1315 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:35.298 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:35.298 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:36.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:35.292241+0000 mgr.smithi019.hotguf (mgr.14180) 1316 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:36.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:35.538482+0000 mgr.smithi019.hotguf (mgr.14180) 1317 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:37.020 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:37.052 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:35.292241+0000 mgr.smithi019.hotguf (mgr.14180) 1316 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:37.053 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:35.538482+0000 mgr.smithi019.hotguf (mgr.14180) 1317 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:38.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:37.538936+0000 mgr.smithi019.hotguf (mgr.14180) 1318 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:39.053 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:37.538936+0000 mgr.smithi019.hotguf (mgr.14180) 1318 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:39.512 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:39.512 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:40.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:40.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:39.506133+0000 mgr.smithi019.hotguf (mgr.14180) 1319 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:40.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:39.539540+0000 mgr.smithi019.hotguf (mgr.14180) 1320 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:41.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:39.506133+0000 mgr.smithi019.hotguf (mgr.14180) 1319 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:41.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:39.539540+0000 mgr.smithi019.hotguf (mgr.14180) 1320 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:41.159 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:42.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:41.540132+0000 mgr.smithi019.hotguf (mgr.14180) 1321 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:42.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:41.540132+0000 mgr.smithi019.hotguf (mgr.14180) 1321 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:43.489 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:43.489 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:44.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:44.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:43.483385+0000 mgr.smithi019.hotguf (mgr.14180) 1322 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:44.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:43.540643+0000 mgr.smithi019.hotguf (mgr.14180) 1323 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:45.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:43.483385+0000 mgr.smithi019.hotguf (mgr.14180) 1322 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:45.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:43.540643+0000 mgr.smithi019.hotguf (mgr.14180) 1323 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:45.222 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:46.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:45.540956+0000 mgr.smithi019.hotguf (mgr.14180) 1324 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:46.955 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:45.540956+0000 mgr.smithi019.hotguf (mgr.14180) 1324 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:47.428 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:47.428 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:48.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:48.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:47.421756+0000 mgr.smithi019.hotguf (mgr.14180) 1325 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:48.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:47.541337+0000 mgr.smithi019.hotguf (mgr.14180) 1326 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:49.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:47.421756+0000 mgr.smithi019.hotguf (mgr.14180) 1325 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:49.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:47.541337+0000 mgr.smithi019.hotguf (mgr.14180) 1326 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:49.194 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:50.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:49.541855+0000 mgr.smithi019.hotguf (mgr.14180) 1327 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:50.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:49.541855+0000 mgr.smithi019.hotguf (mgr.14180) 1327 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:52.169 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:52.170 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:52.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:51.542252+0000 mgr.smithi019.hotguf (mgr.14180) 1328 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:52.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:52.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:51.542252+0000 mgr.smithi019.hotguf (mgr.14180) 1328 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:53.861 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:53.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:52.163505+0000 mgr.smithi019.hotguf (mgr.14180) 1329 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:54.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:52.163505+0000 mgr.smithi019.hotguf (mgr.14180) 1329 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:54.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:53.542998+0000 mgr.smithi019.hotguf (mgr.14180) 1330 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:55.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:53.542998+0000 mgr.smithi019.hotguf (mgr.14180) 1330 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:31:55.994 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:31:55.994 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:31:56.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:31:56.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:55.543346+0000 mgr.smithi019.hotguf (mgr.14180) 1331 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:57.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:55.543346+0000 mgr.smithi019.hotguf (mgr.14180) 1331 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:57.699 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:31:57.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:55.987982+0000 mgr.smithi019.hotguf (mgr.14180) 1332 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:58.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:55.987982+0000 mgr.smithi019.hotguf (mgr.14180) 1332 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:31:58.915 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:31:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:57.543840+0000 mgr.smithi019.hotguf (mgr.14180) 1333 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:31:58.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:31:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:57.543840+0000 mgr.smithi019.hotguf (mgr.14180) 1333 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:00.004 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:00.004 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:00.726 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:31:59.544526+0000 mgr.smithi019.hotguf (mgr.14180) 1334 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:00.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:00.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:31:59.544526+0000 mgr.smithi019.hotguf (mgr.14180) 1334 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:01.751 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:02.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:31:59.998458+0000 mgr.smithi019.hotguf (mgr.14180) 1335 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:02.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:31:59.998458+0000 mgr.smithi019.hotguf (mgr.14180) 1335 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:03.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:01.545047+0000 mgr.smithi019.hotguf (mgr.14180) 1336 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:03.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:01.545047+0000 mgr.smithi019.hotguf (mgr.14180) 1336 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:03.845 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:03.845 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:04.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:05.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:03.545618+0000 mgr.smithi019.hotguf (mgr.14180) 1337 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:05.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:03.545618+0000 mgr.smithi019.hotguf (mgr.14180) 1337 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:05.637 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:06.080 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:03.838531+0000 mgr.smithi019.hotguf (mgr.14180) 1338 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:06.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:03.838531+0000 mgr.smithi019.hotguf (mgr.14180) 1338 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:07.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:05.546000+0000 mgr.smithi019.hotguf (mgr.14180) 1339 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:07.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:05.546000+0000 mgr.smithi019.hotguf (mgr.14180) 1339 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:07.947 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:07.947 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:08.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:09.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:07.546433+0000 mgr.smithi019.hotguf (mgr.14180) 1340 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:09.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:07.546433+0000 mgr.smithi019.hotguf (mgr.14180) 1340 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:09.747 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:10.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:07.941285+0000 mgr.smithi019.hotguf (mgr.14180) 1341 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:10.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:07.941285+0000 mgr.smithi019.hotguf (mgr.14180) 1341 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:11.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:09.547026+0000 mgr.smithi019.hotguf (mgr.14180) 1342 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:11.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:09.547026+0000 mgr.smithi019.hotguf (mgr.14180) 1342 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:11.992 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:11.992 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:12.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:13.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:11.547506+0000 mgr.smithi019.hotguf (mgr.14180) 1343 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:13.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:11.547506+0000 mgr.smithi019.hotguf (mgr.14180) 1343 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:13.760 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:14.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:11.986052+0000 mgr.smithi019.hotguf (mgr.14180) 1344 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:14.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:11.986052+0000 mgr.smithi019.hotguf (mgr.14180) 1344 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:15.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:13.548237+0000 mgr.smithi019.hotguf (mgr.14180) 1345 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:15.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:14 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:13.548237+0000 mgr.smithi019.hotguf (mgr.14180) 1345 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:16.033 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:16.033 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:16.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:17.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:16 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:15.548670+0000 mgr.smithi019.hotguf (mgr.14180) 1346 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:17.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:16 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:15.548670+0000 mgr.smithi019.hotguf (mgr.14180) 1346 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:17.681 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:18.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:17 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:16.027126+0000 mgr.smithi019.hotguf (mgr.14180) 1347 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:18.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:17 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:16.027126+0000 mgr.smithi019.hotguf (mgr.14180) 1347 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:19.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:18 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:17.549477+0000 mgr.smithi019.hotguf (mgr.14180) 1348 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:19.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:18 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:17.549477+0000 mgr.smithi019.hotguf (mgr.14180) 1348 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:19.958 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:19.958 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:20.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:21.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:20 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:19.550214+0000 mgr.smithi019.hotguf (mgr.14180) 1349 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:21.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:20 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:19.550214+0000 mgr.smithi019.hotguf (mgr.14180) 1349 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:21.754 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:22.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:21 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:19.951850+0000 mgr.smithi019.hotguf (mgr.14180) 1350 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:22.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:21 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:19.951850+0000 mgr.smithi019.hotguf (mgr.14180) 1350 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:23.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:22 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:21.550705+0000 mgr.smithi019.hotguf (mgr.14180) 1351 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:23.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:22 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:21.550705+0000 mgr.smithi019.hotguf (mgr.14180) 1351 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:24.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:23 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:23.551261+0000 mgr.smithi019.hotguf (mgr.14180) 1352 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:24.132 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:24.133 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:24.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:23 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:23.551261+0000 mgr.smithi019.hotguf (mgr.14180) 1352 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:24.816 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:24 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:24.126821+0000 mgr.smithi019.hotguf (mgr.14180) 1353 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:24.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:25.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:24 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:24.126821+0000 mgr.smithi019.hotguf (mgr.14180) 1353 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:25.837 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:26.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:25 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:25.551920+0000 mgr.smithi019.hotguf (mgr.14180) 1354 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:26.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:25 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:25.551920+0000 mgr.smithi019.hotguf (mgr.14180) 1354 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:27.970 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:27.971 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:28.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:28.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:28 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:27.552488+0000 mgr.smithi019.hotguf (mgr.14180) 1355 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:29.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:28 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:27.552488+0000 mgr.smithi019.hotguf (mgr.14180) 1355 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:29.681 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:29.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:29 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:27.964404+0000 mgr.smithi019.hotguf (mgr.14180) 1356 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:30.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:29 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:27.964404+0000 mgr.smithi019.hotguf (mgr.14180) 1356 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:30.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:30 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:29.553278+0000 mgr.smithi019.hotguf (mgr.14180) 1357 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:30.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:30 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:29.553278+0000 mgr.smithi019.hotguf (mgr.14180) 1357 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:32.003 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:32.003 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:32.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:32.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:32 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:31.553760+0000 mgr.smithi019.hotguf (mgr.14180) 1358 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:33.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:32 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:31.553760+0000 mgr.smithi019.hotguf (mgr.14180) 1358 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:33.756 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:33.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:33 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:31.996520+0000 mgr.smithi019.hotguf (mgr.14180) 1359 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:34.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:33 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:31.996520+0000 mgr.smithi019.hotguf (mgr.14180) 1359 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:34.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:34 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:33.554412+0000 mgr.smithi019.hotguf (mgr.14180) 1360 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:35.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:34 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:33.554412+0000 mgr.smithi019.hotguf (mgr.14180) 1360 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:36.022 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:36.022 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:36.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:36.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:36 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:35.554761+0000 mgr.smithi019.hotguf (mgr.14180) 1361 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:37.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:36 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:35.554761+0000 mgr.smithi019.hotguf (mgr.14180) 1361 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:37.846 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:37.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:37 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:36.016498+0000 mgr.smithi019.hotguf (mgr.14180) 1362 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:38.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:37 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:36.016498+0000 mgr.smithi019.hotguf (mgr.14180) 1362 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:38.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:38 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:37.555288+0000 mgr.smithi019.hotguf (mgr.14180) 1363 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:38.964 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:38 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:37.555288+0000 mgr.smithi019.hotguf (mgr.14180) 1363 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:39.948 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:39.949 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:40.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:40.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:40 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:39.555945+0000 mgr.smithi019.hotguf (mgr.14180) 1364 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:41.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:40 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:39.555945+0000 mgr.smithi019.hotguf (mgr.14180) 1364 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:41.718 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:41.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:41 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:39.942544+0000 mgr.smithi019.hotguf (mgr.14180) 1365 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:42.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:41 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:39.942544+0000 mgr.smithi019.hotguf (mgr.14180) 1365 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:42.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:42 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:41.556585+0000 mgr.smithi019.hotguf (mgr.14180) 1366 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:42.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:42 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:41.556585+0000 mgr.smithi019.hotguf (mgr.14180) 1366 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:44.122 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:44.122 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:44.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:44 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:43.557234+0000 mgr.smithi019.hotguf (mgr.14180) 1367 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:44.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:44.917 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:44 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:43.557234+0000 mgr.smithi019.hotguf (mgr.14180) 1367 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:45.791 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:45.916 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:45 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:44.115375+0000 mgr.smithi019.hotguf (mgr.14180) 1368 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:46.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:45 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:44.115375+0000 mgr.smithi019.hotguf (mgr.14180) 1368 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:47.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:46 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:45.557632+0000 mgr.smithi019.hotguf (mgr.14180) 1369 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:47.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:46 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:45.557632+0000 mgr.smithi019.hotguf (mgr.14180) 1369 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:47.954 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:47.955 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:48.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:49.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:48 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:47.558275+0000 mgr.smithi019.hotguf (mgr.14180) 1370 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:49.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:48 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:47.558275+0000 mgr.smithi019.hotguf (mgr.14180) 1370 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:49.799 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:50.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:49 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:47.948737+0000 mgr.smithi019.hotguf (mgr.14180) 1371 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:50.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:49 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:47.948737+0000 mgr.smithi019.hotguf (mgr.14180) 1371 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:50.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:50 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:49.559066+0000 mgr.smithi019.hotguf (mgr.14180) 1372 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:51.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:50 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:49.559066+0000 mgr.smithi019.hotguf (mgr.14180) 1372 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:52.131 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:52.132 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:52.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:52 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:51.559592+0000 mgr.smithi019.hotguf (mgr.14180) 1373 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:52.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:53.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:52 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:51.559592+0000 mgr.smithi019.hotguf (mgr.14180) 1373 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:53.849 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:54.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:53 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:52.125709+0000 mgr.smithi019.hotguf (mgr.14180) 1374 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:54.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:53 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:52.125709+0000 mgr.smithi019.hotguf (mgr.14180) 1374 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:54.991 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:54 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:53.560359+0000 mgr.smithi019.hotguf (mgr.14180) 1375 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:55.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:54 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:53.560359+0000 mgr.smithi019.hotguf (mgr.14180) 1375 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:32:56.092 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:56.092 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:32:56.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:32:57.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:56 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:55.560735+0000 mgr.smithi019.hotguf (mgr.14180) 1376 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:57.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:56 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:55.560735+0000 mgr.smithi019.hotguf (mgr.14180) 1376 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:57.714 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:32:58.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:57 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:56.085881+0000 mgr.smithi019.hotguf (mgr.14180) 1377 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:58.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:57 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:56.085881+0000 mgr.smithi019.hotguf (mgr.14180) 1377 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:32:59.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:32:58 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:57.561282+0000 mgr.smithi019.hotguf (mgr.14180) 1378 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:59.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:32:58 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:57.561282+0000 mgr.smithi019.hotguf (mgr.14180) 1378 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:32:59.871 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:32:59.872 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:33:00.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:33:01.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:00 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:32:59.561844+0000 mgr.smithi019.hotguf (mgr.14180) 1379 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:01.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:00 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:32:59.561844+0000 mgr.smithi019.hotguf (mgr.14180) 1379 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:01.652 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:33:02.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:01 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:32:59.865582+0000 mgr.smithi019.hotguf (mgr.14180) 1380 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:33:02.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:01 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:32:59.865582+0000 mgr.smithi019.hotguf (mgr.14180) 1380 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:33:03.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:02 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:33:01.562314+0000 mgr.smithi019.hotguf (mgr.14180) 1381 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:03.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:02 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:33:01.562314+0000 mgr.smithi019.hotguf (mgr.14180) 1381 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:03.879 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:33:03.879 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:33:04.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:33:04.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:04 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:33:03.562836+0000 mgr.smithi019.hotguf (mgr.14180) 1382 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:33:05.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:04 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:33:03.562836+0000 mgr.smithi019.hotguf (mgr.14180) 1382 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:33:05.598 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:33:06.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:05 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:33:03.873416+0000 mgr.smithi019.hotguf (mgr.14180) 1383 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:33:06.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:05 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:33:03.873416+0000 mgr.smithi019.hotguf (mgr.14180) 1383 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:33:07.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:06 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:33:05.563186+0000 mgr.smithi019.hotguf (mgr.14180) 1384 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:07.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:06 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:33:05.563186+0000 mgr.smithi019.hotguf (mgr.14180) 1384 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:07.879 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:33:07.880 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:23:22.981225Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lnhuwr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:33:08.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:33:09.083 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:33:07.563617+0000 mgr.smithi019.hotguf (mgr.14180) 1385 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:09.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:08 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:33:08.657369+0000 mon.smithi019 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.opxugb"}]: dispatch 2024-02-19T22:33:09.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:33:07.563617+0000 mgr.smithi019.hotguf (mgr.14180) 1385 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:09.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:08 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:33:08.657369+0000 mon.smithi019 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.19:0/1860729338' entity='mgr.smithi019.hotguf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi188.opxugb"}]: dispatch 2024-02-19T22:33:09.707 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T22:33:10.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:33:07.873337+0000 mgr.smithi019.hotguf (mgr.14180) 1386 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:33:10.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:33:08.656615+0000 mgr.smithi019.hotguf (mgr.14180) 1387 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.opxugb ... 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:31:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:31:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:32:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Traceback (most recent call last): 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: yield (conn, connr) 2024-02-19T22:33:10.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: code, '\n'.join(err))) 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.opxugb ... 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:31:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:31:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:32:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:33:10.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:33:08.656940+0000 mgr.smithi019.hotguf (mgr.14180) 1388 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:33:08.658167+0000 mgr.smithi019.hotguf (mgr.14180) 1389 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.opxugb on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: Deploy daemon haproxy.nfs.foo.smithi188.opxugb ... 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:31:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:31:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr time="2024-02-19T22:32:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:09 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cephadm 2024-02-19T22:33:08.659970+0000 mgr.smithi019.hotguf (mgr.14180) 1390 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.vccfzo on smithi019 2024-02-19T22:33:10.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:33:07.873337+0000 mgr.smithi019.hotguf (mgr.14180) 1386 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:33:10.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:33:08.656615+0000 mgr.smithi019.hotguf (mgr.14180) 1387 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.opxugb ... 2024-02-19T22:33:10.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:31:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:31:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:32:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Traceback (most recent call last): 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: yield (conn, connr) 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: code, '\n'.join(err))) 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.168 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.opxugb ... 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:31:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:31:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:32:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.169 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:33:08.656940+0000 mgr.smithi019.hotguf (mgr.14180) 1388 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:33:08.658167+0000 mgr.smithi019.hotguf (mgr.14180) 1389 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi188.opxugb on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: /bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: Deploy daemon haproxy.nfs.foo.smithi188.opxugb ... 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:31:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:31:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr time="2024-02-19T22:32:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: 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=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T22:33:10.170 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:09 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cephadm 2024-02-19T22:33:08.659970+0000 mgr.smithi019.hotguf (mgr.14180) 1390 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.vccfzo on smithi019 2024-02-19T22:33:11.084 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:10 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:33:09.564404+0000 mgr.smithi019.hotguf (mgr.14180) 1391 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:11.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:10 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:33:09.564404+0000 mgr.smithi019.hotguf (mgr.14180) 1391 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:11.773 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:11 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:33:11.564834+0000 mgr.smithi019.hotguf (mgr.14180) 1392 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:12.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:11 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:33:11.564834+0000 mgr.smithi019.hotguf (mgr.14180) 1392 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T22:33:12.176 INFO:teuthology.orchestra.run.smithi019.stdout: 2024-02-19T22:33:12.176 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T22:02:20.590114Z", "last_refresh": "2024-02-19T22:30:38.573569Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T22:02:13.840444Z", "last_refresh": "2024-02-19T22:30:32.847163Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T22:02:16.984287Z", "last_refresh": "2024-02-19T22:30:38.573707Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T22:27:00.811387Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.njdwwa on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-njdwwa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.njdwwa\nDeploy daemon haproxy.nfs.foo.smithi188.njdwwa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:25:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:25:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:26:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.328467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.epzagv on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi019-epzagv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi019.epzagv\nDeploy daemon haproxy.nfs.foo.smithi019.epzagv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:27:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:28:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T22:29:30.329629Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi188.krgcqq on smithi188: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:29:30.330590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.ytcxqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T22:33:08.658041Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi188.opxugb on smithi188: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi188-opxugb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb\n/bin/podman: stderr Error: no such container ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi188.opxugb\nDeploy daemon haproxy.nfs.foo.smithi188.opxugb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T22:31:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:31:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T22:32:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi188 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2024-02-19T22:07:53.279953Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2024-02-19T22:07:48.234582Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T22:07:48.231757Z", "last_refresh": "2024-02-19T22:30:32.847767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T22:02:12.095223Z", "last_refresh": "2024-02-19T22:30:32.847310Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:03:36.152082Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi188:172.21.15.188=smithi188"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T22:03:36.149000Z", "last_refresh": "2024-02-19T22:30:32.847384Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T22:07:53.278835Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-19T22:07:53.275679Z", "last_refresh": "2024-02-19T22:30:38.574241Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T22:02:19.179335Z", "last_refresh": "2024-02-19T22:30:32.847451Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T22:04:21.570622Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T22:04:21.567308Z", "last_refresh": "2024-02-19T22:30:32.847516Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T22:02:15.234688Z", "last_refresh": "2024-02-19T22:30:38.573838Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T22:33:12.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:12 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: audit 2024-02-19T22:33:12.170586+0000 mgr.smithi019.hotguf (mgr.14180) 1393 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:33:12.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T22:33:12.999 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-19T22:33:13.251 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=beaf23fd21364930a6c98c1412c2d6e9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-19T22:33:13.253 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-19T22:33:13.263 INFO:tasks.vip:Removing 10.0.15.19 (and any VIPs) on smithi019.front.sepia.ceph.com iface ens1f0... 2024-02-19T22:33:13.263 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr del 10.0.15.19/16 dev ens1f0 2024-02-19T22:33:13.279 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:12 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: audit 2024-02-19T22:33:12.170586+0000 mgr.smithi019.hotguf (mgr.14180) 1393 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T22:33:13.319 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr del 10.0.31.19/16 dev ens1f0 2024-02-19T22:33:13.392 INFO:teuthology.orchestra.run.smithi019.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-19T22:33:13.393 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-19T22:33:13.393 INFO:tasks.vip:Removing 10.0.15.188 (and any VIPs) on smithi188.front.sepia.ceph.com iface enp3s0f1... 2024-02-19T22:33:13.393 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr del 10.0.15.188/16 dev enp3s0f1 2024-02-19T22:33:13.434 DEBUG:teuthology.orchestra.run.smithi188:> sudo ip addr del 10.0.31.19/16 dev enp3s0f1 2024-02-19T22:33:13.504 INFO:teuthology.orchestra.run.smithi188.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-19T22:33:13.505 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-19T22:33:13.506 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-19T22:33:13.516 INFO:tasks.cephadm:Teardown begin 2024-02-19T22:33:13.517 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-19T22:33:13.550 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-19T22:33:13.643 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-19T22:33:13.644 DEBUG:teuthology.orchestra.run.smithi019:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-19T22:33:13.665 DEBUG:teuthology.orchestra.run.smithi188:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-19T22:33:13.703 INFO:tasks.cephadm:Stopping all daemons... 2024-02-19T22:33:13.703 INFO:tasks.cephadm.mon.smithi019:Stopping mon.smithi019... 2024-02-19T22:33:13.703 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi019 2024-02-19T22:33:14.022 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:13 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 5ac1995e-cf72-11ee-95bb-87774f69a715... 2024-02-19T22:33:14.022 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:13 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: cluster 2024-02-19T22:33:13.565376+0000 mgr.smithi019.hotguf (mgr.14180) 1394 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:33:14.022 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:13 smithi019 bash[157335]: Error: no container with name or ID "ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon.smithi019" found: no such container 2024-02-19T22:33:14.023 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:33:14.018+0000 7fbd9fcdc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi019 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-19T22:33:14.167 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:13 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: cluster 2024-02-19T22:33:13.565376+0000 mgr.smithi019.hotguf (mgr.14180) 1394 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T22:33:14.333 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:14 smithi019 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019[35190]: debug 2024-02-19T22:33:14.018+0000 7fbd9fcdc700 -1 mon.smithi019@0(leader) e2 *** Got Signal Terminated *** 2024-02-19T22:33:14.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Feb 19 22:33:14 smithi019 bash[157375]: ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi019 2024-02-19T22:33:14.898 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi019.service' 2024-02-19T22:33:14.948 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-19T22:33:14.948 INFO:tasks.cephadm.mon.smithi019:Stopped mon.smithi019 2024-02-19T22:33:14.949 INFO:tasks.cephadm.mon.smithi188:Stopping mon.smithi188... 2024-02-19T22:33:14.949 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi188 2024-02-19T22:33:15.309 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:14 smithi188 systemd[1]: Stopping Ceph mon.smithi188 for 5ac1995e-cf72-11ee-95bb-87774f69a715... 2024-02-19T22:33:15.310 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:15 smithi188 bash[60433]: Error: no container with name or ID "ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon.smithi188" found: no such container 2024-02-19T22:33:15.666 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: debug 2024-02-19T22:33:15.305+0000 7f8b0f4c4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi188 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-19T22:33:15.667 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:15 smithi188 ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188[39232]: debug 2024-02-19T22:33:15.305+0000 7f8b0f4c4700 -1 mon.smithi188@1(peon) e2 *** Got Signal Terminated *** 2024-02-19T22:33:16.166 INFO:journalctl@ceph.mon.smithi188.smithi188.stdout:Feb 19 22:33:15 smithi188 bash[60472]: ceph-5ac1995e-cf72-11ee-95bb-87774f69a715-mon-smithi188 2024-02-19T22:33:16.344 DEBUG:teuthology.orchestra.run.smithi188:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5ac1995e-cf72-11ee-95bb-87774f69a715@mon.smithi188.service' 2024-02-19T22:33:16.395 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-19T22:33:16.395 INFO:tasks.cephadm.mon.smithi188:Stopped mon.smithi188 2024-02-19T22:33:16.395 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-19T22:36:33.551 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-19T22:37:14.460 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-19T22:37:14.499 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-19T22:37:14.530 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-19T22:37:14.532 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800/remote/ubuntu@smithi019.front.sepia.ceph.com/crash 2024-02-19T22:37:14.533 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/crash -- . 2024-02-19T22:37:14.605 INFO:teuthology.orchestra.run.smithi019.stderr:tar: /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-19T22:37:14.605 INFO:teuthology.orchestra.run.smithi019.stderr:tar: Error is not recoverable: exiting now 2024-02-19T22:37:14.607 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800/remote/ubuntu@smithi188.front.sepia.ceph.com/crash 2024-02-19T22:37:14.608 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/crash -- . 2024-02-19T22:37:14.638 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/lib/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-19T22:37:14.638 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2024-02-19T22:37:14.639 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-19T22:37:14.639 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-19T22:37:14.672 INFO:teuthology.orchestra.run.smithi019.stdout:2024-02-19T22:13:06.204162+0000 mon.smithi019 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T22:37:14.673 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-19T22:37:14.673 INFO:tasks.cephadm:Compressing logs... 2024-02-19T22:37:14.674 DEBUG:teuthology.orchestra.run.smithi019:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-19T22:37:14.716 DEBUG:teuthology.orchestra.run.smithi188:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-19T22:37:14.743 INFO:teuthology.orchestra.run.smithi188.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-19T22:37:14.744 INFO:teuthology.orchestra.run.smithi188.stderr:: No such file or directory 2024-02-19T22:37:14.744 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi188.jkpjwi.log 2024-02-19T22:37:14.744 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.6.log 2024-02-19T22:37:14.744 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-19T22:37:14.744 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi188.jkpjwi.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.2.log 2024-02-19T22:37:14.744 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.6.log: 87.9% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi188.jkpjwi.log.gz 2024-02-19T22:37:14.744 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-19T22:37:14.746 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-19T22:37:14.747 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.audit.log: /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.cephadm.log: 95.9% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-19T22:37:14.747 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.0.log 2024-02-19T22:37:14.747 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mgr.smithi188.naeqxm.log 2024-02-19T22:37:14.747 INFO:teuthology.orchestra.run.smithi019.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-19T22:37:14.748 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-19T22:37:14.748 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-19T22:37:14.748 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mgr.smithi019.hotguf.log 2024-02-19T22:37:14.748 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mon.smithi019.log 2024-02-19T22:37:14.748 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-volume.log: /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mgr.smithi019.hotguf.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-19T22:37:14.748 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mon.smithi019.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-19T22:37:14.749 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.audit.log: /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.cephadm.log: 95.6% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-19T22:37:14.749 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.3.log 2024-02-19T22:37:14.749 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi019.gahxvr.log 2024-02-19T22:37:14.750 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.0.log: 91.8% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-19T22:37:14.750 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mgr.smithi188.naeqxm.log: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-19T22:37:14.750 INFO:teuthology.orchestra.run.smithi188.stderr: 92.6% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-19T22:37:14.750 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.log 2024-02-19T22:37:14.750 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.4.log 2024-02-19T22:37:14.752 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.log: /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mon.smithi188.log 2024-02-19T22:37:14.753 INFO:teuthology.orchestra.run.smithi188.stderr: 90.8% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-19T22:37:14.755 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mon.smithi188.log: 93.5% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mgr.smithi188.naeqxm.log.gz 2024-02-19T22:37:14.755 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.3.log: /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi019.gahxvr.log: 59.7% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi019.gahxvr.log.gz 2024-02-19T22:37:14.755 INFO:teuthology.orchestra.run.smithi019.stderr: 91.6% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-19T22:37:14.755 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.7.log 2024-02-19T22:37:14.755 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.log 2024-02-19T22:37:14.756 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.7.log: /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.5.log 2024-02-19T22:37:14.756 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-19T22:37:14.756 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.1.log 2024-02-19T22:37:14.756 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.1.log: 90.7% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-19T22:37:14.773 INFO:teuthology.orchestra.run.smithi019.stderr: 94.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-19T22:37:15.014 INFO:teuthology.orchestra.run.smithi188.stderr: 92.3% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mon.smithi188.log.gz 2024-02-19T22:37:15.097 INFO:teuthology.orchestra.run.smithi019.stderr: 89.4% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mgr.smithi019.hotguf.log.gz 2024-02-19T22:37:15.220 INFO:teuthology.orchestra.run.smithi188.stderr: 93.0% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.2.log.gz 2024-02-19T22:37:15.248 INFO:teuthology.orchestra.run.smithi188.stderr: 93.0% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.4.log.gz 2024-02-19T22:37:15.420 INFO:teuthology.orchestra.run.smithi019.stderr: 93.1% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.7.log.gz 2024-02-19T22:37:15.446 INFO:teuthology.orchestra.run.smithi019.stderr: 93.5% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.3.log.gz 2024-02-19T22:37:15.460 INFO:teuthology.orchestra.run.smithi188.stderr: 92.9% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.6.log.gz 2024-02-19T22:37:15.461 INFO:teuthology.orchestra.run.smithi188.stderr: 93.0% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.0.log.gz 2024-02-19T22:37:15.462 INFO:teuthology.orchestra.run.smithi188.stderr: 2024-02-19T22:37:15.462 INFO:teuthology.orchestra.run.smithi188.stderr:real 0m0.729s 2024-02-19T22:37:15.462 INFO:teuthology.orchestra.run.smithi188.stderr:user 0m2.605s 2024-02-19T22:37:15.462 INFO:teuthology.orchestra.run.smithi188.stderr:sys 0m0.106s 2024-02-19T22:37:15.482 INFO:teuthology.orchestra.run.smithi019.stderr: 93.0% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.5.log.gz 2024-02-19T22:37:15.493 INFO:teuthology.orchestra.run.smithi019.stderr: 92.9% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-osd.1.log.gz 2024-02-19T22:37:15.567 INFO:teuthology.orchestra.run.smithi019.stderr: 90.0% -- replaced with /var/log/ceph/5ac1995e-cf72-11ee-95bb-87774f69a715/ceph-mon.smithi019.log.gz 2024-02-19T22:37:15.577 INFO:teuthology.orchestra.run.smithi019.stderr: 2024-02-19T22:37:15.578 INFO:teuthology.orchestra.run.smithi019.stderr:real 0m0.835s 2024-02-19T22:37:15.578 INFO:teuthology.orchestra.run.smithi019.stderr:user 0m3.926s 2024-02-19T22:37:15.578 INFO:teuthology.orchestra.run.smithi019.stderr:sys 0m0.145s 2024-02-19T22:37:15.578 INFO:tasks.cephadm:Archiving logs... 2024-02-19T22:37:15.579 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800/remote/ubuntu@smithi019.front.sepia.ceph.com/log 2024-02-19T22:37:15.580 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-19T22:37:16.570 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800/remote/ubuntu@smithi188.front.sepia.ceph.com/log 2024-02-19T22:37:16.574 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-19T22:37:17.002 INFO:tasks.cephadm:Removing cluster... 2024-02-19T22:37:17.002 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 --force 2024-02-19T22:37:17.394 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5ac1995e-cf72-11ee-95bb-87774f69a715 --force 2024-02-19T22:37:17.779 INFO:tasks.cephadm:Removing cephadm ... 2024-02-19T22:37:17.780 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-19T22:37:17.799 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-19T22:37:17.817 INFO:tasks.cephadm:Teardown complete 2024-02-19T22:37:17.817 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-19T22:37:17.827 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_1... 2024-02-19T22:37:17.828 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_1 2024-02-19T22:37:17.972 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-19T22:37:17.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:17.973 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_2... 2024-02-19T22:37:17.974 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_2 2024-02-19T22:37:18.101 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-19T22:37:18.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:18.103 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_3... 2024-02-19T22:37:18.103 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_3 2024-02-19T22:37:18.232 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-19T22:37:18.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:18.234 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_4... 2024-02-19T22:37:18.234 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_4 2024-02-19T22:37:18.358 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-19T22:37:18.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:18.360 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2024-02-19T22:37:18.360 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/scratch_devs 2024-02-19T22:37:18.387 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_1... 2024-02-19T22:37:18.387 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_1 2024-02-19T22:37:18.516 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-19T22:37:18.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:18.518 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_2... 2024-02-19T22:37:18.518 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_2 2024-02-19T22:37:18.651 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-19T22:37:18.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:18.652 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_3... 2024-02-19T22:37:18.653 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_3 2024-02-19T22:37:18.774 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-19T22:37:18.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:18.775 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi188:/dev/vg_nvme/lv_4... 2024-02-19T22:37:18.776 DEBUG:teuthology.orchestra.run.smithi188:> sudo nvme disconnect -n lv_4 2024-02-19T22:37:18.901 INFO:teuthology.orchestra.run.smithi188.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-19T22:37:18.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:18.902 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-02-19T22:37:18.902 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/scratch_devs 2024-02-19T22:37:18.929 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-19T22:37:18.939 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-19T22:37:18.939 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T22:37:18.942 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T22:37:18.958 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2024-02-19T22:37:18.962 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T22:37:18.962 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2024-02-19T22:37:18.963 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 3 +1610us[+1594us] +/- 122ms 2024-02-19T22:37:18.963 INFO:teuthology.orchestra.run.smithi019.stdout:^* hv02.front.sepia.ceph.com 3 6 377 1 -1533us[-1550us] +/- 67ms 2024-02-19T22:37:18.963 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 +926us[ +910us] +/- 68ms 2024-02-19T22:37:18.963 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:37:18.986 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2024-02-19T22:37:18.989 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T22:37:18.989 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2024-02-19T22:37:18.990 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 5 +1603us[+1603us] +/- 122ms 2024-02-19T22:37:18.990 INFO:teuthology.orchestra.run.smithi188.stdout:^* hv02.front.sepia.ceph.com 3 6 377 63 -1561us[-1596us] +/- 66ms 2024-02-19T22:37:18.990 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 0 +894us[ +894us] +/- 68ms 2024-02-19T22:37:18.990 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T22:37:18.991 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-19T22:37:19.001 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-19T22:37:19.002 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-19T22:37:19.011 DEBUG:teuthology.orchestra.run.smithi019:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-19T22:37:19.087 DEBUG:teuthology.orchestra.run.smithi188:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-19T22:37:19.147 DEBUG:teuthology.orchestra.run.smithi019:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-19T22:37:19.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:19.179 DEBUG:teuthology.orchestra.run.smithi188:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-19T22:37:19.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:19.208 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-19T22:37:19.219 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-19T22:37:19.229 INFO:teuthology.task.internal:Duration was 2575.046734 seconds 2024-02-19T22:37:19.229 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-19T22:37:19.239 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-19T22:37:19.239 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-19T22:37:19.241 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-19T22:37:19.287 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T22:37:19.295 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T22:37:19.429 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-19T22:37:19.429 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2024-02-19T22:37:19.429 DEBUG:teuthology.orchestra.run.smithi019:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-19T22:37:19.453 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2024-02-19T22:37:19.453 DEBUG:teuthology.orchestra.run.smithi188:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-19T22:37:19.475 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-19T22:37:19.475 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-19T22:37:19.496 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-19T22:37:19.571 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-19T22:37:19.572 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-19T22:37:19.574 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-19T22:37:19.738 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-19T22:37:19.749 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-19T22:37:19.749 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-19T22:37:19.777 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-19T22:37:19.804 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-19T22:37:19.822 DEBUG:teuthology.orchestra.run.smithi019:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-19T22:37:19.824 DEBUG:teuthology.orchestra.run.smithi188:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-19T22:37:19.849 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2024-02-19T22:37:19.870 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2024-02-19T22:37:19.939 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-19T22:37:19.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:19.997 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-19T22:37:20.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T22:37:20.014 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-19T22:37:20.026 INFO:teuthology.task.internal:Transferring archived files... 2024-02-19T22:37:20.027 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800/remote/smithi019 2024-02-19T22:37:20.028 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-19T22:37:20.087 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800/remote/smithi188 2024-02-19T22:37:20.088 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-19T22:37:20.129 INFO:teuthology.task.internal:Removing archive directory... 2024-02-19T22:37:20.130 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-19T22:37:20.132 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-19T22:37:20.181 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-19T22:37:20.193 INFO:teuthology.task.internal:Not uploading archives. 2024-02-19T22:37:20.193 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-19T22:37:20.204 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-19T22:37:20.204 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-19T22:37:20.207 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-19T22:37:20.223 INFO:teuthology.orchestra.run.smithi019.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 22:37 /home/ubuntu/cephtest 2024-02-19T22:37:20.238 INFO:teuthology.orchestra.run.smithi188.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 22:37 /home/ubuntu/cephtest 2024-02-19T22:37:20.240 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-19T22:37:20.251 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-19T22:37:20.274 INFO:teuthology.nuke:Checking targets against current locks 2024-02-19T22:37:20.309 DEBUG:teuthology.nuke:shortname: smithi019 2024-02-19T22:37:20.309 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T22:37:20.351 DEBUG:teuthology.nuke:shortname: smithi188 2024-02-19T22:37:20.351 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T22:37:20.362 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 21:46:03.635514', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXCb7iOc+eNNkyQUhcX22WJweN8gAs8+vqeMxZFKfwADQlY2d527NnU2EXYAmYWr1VsLYfeYw77En6S1TEh944='} 2024-02-19T22:37:20.394 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-19_19:25:49-rados-pacific-release-distro-default-smithi/7566800', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 21:46:03.636947', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNvChpSAhBgSFiefJFnOuBYKE79p1U/dXH34rKvI9FDM4Hd2u1CrBLtbbXvwGsCmXJ/2HUWCLMJliIuvQ1Z67yc='} 2024-02-19T22:37:20.443 INFO:teuthology.orchestra.console.smithi019:Power off 2024-02-19T22:37:20.443 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-19T22:37:20.492 INFO:teuthology.orchestra.console.smithi188:Power off 2024-02-19T22:37:20.492 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-19T22:37:20.502 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2024-02-19T22:37:20.503 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T22:37:20.541 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2024-02-19T22:37:20.542 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T22:37:20.551 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2024-02-19T22:37:20.590 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2024-02-19T22:37:24.553 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T22:37:24.591 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T22:37:24.664 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2024-02-19T22:37:24.700 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2024-02-19T22:37:28.667 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T22:37:28.702 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T22:37:28.783 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2024-02-19T22:37:28.812 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2024-02-19T22:37:28.885 INFO:teuthology.orchestra.console.smithi019:Power off completed 2024-02-19T22:37:28.913 INFO:teuthology.orchestra.console.smithi188:Power off completed 2024-02-19T22:37:29.017 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: 2575.0467343330383 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=beaf23fd21364930a6c98c1412c2d6e9 status: fail success: false 2024-02-19T22:37:29.018 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T22:37:29.109 INFO:teuthology.run:FAIL